Skip to content

Commit

Permalink
Fatalf/Errorf
Browse files Browse the repository at this point in the history
  • Loading branch information
hexdigest committed Jan 29, 2019
1 parent bf7e7c7 commit 31fe6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion safe_tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (st *safeTester) Errorf(format string, args ...interface{}) {
st.m.Lock()
defer st.m.Unlock()

st.Tester.Fatalf(format, args...)
st.Tester.Errorf(format, args...)
}

// Fatal implements Tester
Expand Down

0 comments on commit 31fe6e7

Please sign in to comment.