aboutsummaryrefslogtreecommitdiffstats
path: root/syz-hub
diff options
context:
space:
mode:
Diffstat (limited to 'syz-hub')
-rw-r--r--syz-hub/state/state_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-hub/state/state_test.go b/syz-hub/state/state_test.go
index ad90d6aaf..335f02ea0 100644
--- a/syz-hub/state/state_test.go
+++ b/syz-hub/state/state_test.go
@@ -95,7 +95,7 @@ func TestRepro(t *testing.T) {
t.Helper()
repro := st.PendingRepro(name)
if string(repro) != result {
- t.Fatalf("PendingRepro returned %q, want %q", string(repro), result)
+ t.Fatalf("got %q, want %q", string(repro), result)
}
}
expectPendingRepro("foo", "")