Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinDFuller committed Dec 20, 2023
1 parent 234f2e4 commit 5008ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package main
import "testing"

func ExampleTest(t *testing.T) {
t.Fail("example")
t.Fatal("example")
}

0 comments on commit 5008ac0

Please sign in to comment.