From a3ccdd9f491c20771cfda343ebebd4b5d0ea6602 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Tue, 18 Aug 2026 13:40:20 +0200 Subject: test coverage for microprom --- assert/panic_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'assert/panic_test.go') 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"), }) } -- cgit v1.3.1