Skip to content

Commit

Permalink
Break a test
Browse files Browse the repository at this point in the history
  • Loading branch information
illicitonion committed Jan 3, 2024
1 parent 67a39d0 commit d2238a3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,7 @@ func TestInvalidGoModFile(t *testing.T) {
_, _, err := checker.CheckFile("/some/go.mod", []byte("hello"), "github.com/CodeYourFuture/curriculum-labs")
require.ErrorContains(t, err, "failed to parse /some/go.mod as go.mod file: ")
}

func TestFail(t *testing.T) {
t.Fatal("Just testing")
}

0 comments on commit d2238a3

Please sign in to comment.