Skip to content

Commit 1767c4e

Browse files
committed
Add missing content
Signed-off-by: Danny Kopping <danny@coder.com>
1 parent 6960d19 commit 1767c4e

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

provisioner/terraform/internal/timings_test_utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,9 @@ func StableSortTimings(t *testing.T, timings []*proto.Timing) {
9292

9393
if ah == bh {
9494
// WTF.
95-
t.Logf("identical timings detected!")
9695
PrintTiming(t, a)
9796
PrintTiming(t, b)
97+
t.Fatalf("identical timings detected?!")
9898
return 0
9999
}
100100

0 commit comments

Comments
 (0)