Skip to content

Commit

Permalink
failing test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcorbyeaglen committed Jan 17, 2018
1 parent c700200 commit d86807e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion given_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestGivenWhenSkips(testing *testing.T) {
//do assertions
})
AssertThat(testing, t.Skipped(), is.EqualTo(true))
AssertThat(testing, t.TestOutput, is.EqualTo("some reason"))
AssertThat(testing, t.TestOutput(), is.EqualTo("some reason"))
}

func TestParseGivenWhenThen_Panics(t *testing.T) {
Expand Down

0 comments on commit d86807e

Please sign in to comment.