Skip to content

Commit 1bbde5e

Browse files
AdRileyboyan-soubachov
authored andcommitted
Change Require to Error
1 parent f96052c commit 1bbde5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suite/suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ func (s *FailfastSuite) TearDownTest() {
580580

581581
func (s *FailfastSuite) Test_A_Fails() {
582582
s.call("Test A Fails")
583-
s.Require().True(false)
583+
s.T().Error("Test A meant to fail")
584584
}
585585

586586
func (s *FailfastSuite) Test_B_Passes() {

0 commit comments

Comments
 (0)