Skip to content

Commit

Permalink
Change Require to Error
Browse files Browse the repository at this point in the history
  • Loading branch information
AdRiley authored and boyan-soubachov committed May 4, 2020
1 parent f96052c commit 1bbde5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suite/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ func (s *FailfastSuite) TearDownTest() {

func (s *FailfastSuite) Test_A_Fails() {
s.call("Test A Fails")
s.Require().True(false)
s.T().Error("Test A meant to fail")
}

func (s *FailfastSuite) Test_B_Passes() {
Expand Down

0 comments on commit 1bbde5e

Please sign in to comment.