Skip to content

Commit

Permalink
Make a test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
trodge committed Feb 5, 2024
1 parent 57e6016 commit b204b1e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmv1/third_party/tgc/tests/source/cli_test.go.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ func TestCLI(t *testing.T) {
return
}

t.Fatal("make this test fail")

// Test cases for each type of resource is defined here.
cases := []struct {
name string
Expand Down

0 comments on commit b204b1e

Please sign in to comment.