Skip to content

Commit bd9a02e

Browse files
committed
Fix the broken sleep test from #61
1 parent d79e7ae commit bd9a02e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

time/example_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func ExampleSleep() {
2424
log.Fatal(err.Error())
2525
}
2626
// Output:
27-
// 1
27+
// 1.2
2828
}
2929

3030
// time.parse(value, layout)

0 commit comments

Comments
 (0)