summaryrefslogtreecommitdiff
path: root/assert/panic_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'assert/panic_test.go')
-rw-r--r--assert/panic_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/assert/panic_test.go b/assert/panic_test.go
index 135ce18..a3d6877 100644
--- a/assert/panic_test.go
+++ b/assert/panic_test.go
@@ -30,6 +30,6 @@ func TestPanics(t *testing.T) {
})
assert.Equal(t, tc.Outcome, testcapture.OutcomeFailed)
assert.Equal(t, tc.Messages, []testcapture.Message{
- testcapture.Log("panicked with incorrect type: expected string, but got 42"),
+ testcapture.Log("panicked with incorrect type: expected string, but got int: 42"),
})
}