diff --git a/main_test.go b/main_test.go index 59fbe6c..70a2e37 100644 --- a/main_test.go +++ b/main_test.go @@ -3,5 +3,5 @@ package main import "testing" func ExampleTest(t *testing.T) { - t.Fail("example") + t.Fatal("example") }