Skip to content

Commit

Permalink
fail test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Dec 6, 2024
1 parent fd9d72a commit 4619445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/web/resolver/failtest/fail_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ package failtest

import "testing"

// func TestImmediateFail(t *testing.T) {
// t.Fatalf("This test fails immediately.")
// }
func TestImmediateFail(t *testing.T) {
t.Fatalf("This test fails immediately.")
}

func TestPassing(t *testing.T) {
t.Log("This test passes.")
Expand Down

0 comments on commit 4619445

Please sign in to comment.