summaryrefslogtreecommitdiff
path: root/src/mongo/gotools/mongoreplay/mongoreplay_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/gotools/mongoreplay/mongoreplay_test.go')
-rw-r--r--src/mongo/gotools/mongoreplay/mongoreplay_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/gotools/mongoreplay/mongoreplay_test.go b/src/mongo/gotools/mongoreplay/mongoreplay_test.go
index 693f23652c8..b43c768ad43 100644
--- a/src/mongo/gotools/mongoreplay/mongoreplay_test.go
+++ b/src/mongo/gotools/mongoreplay/mongoreplay_test.go
@@ -476,7 +476,7 @@ func comparePayloadType1(t *testing.T, p1, p2 interface{}) {
t.Errorf("Payload sizes not matched Saw: %d --- Expected: %d", p1AsPayload.Size, p2AsPayload.Size)
}
if p1AsPayload.Identifier != p2AsPayload.Identifier {
- t.Errorf("Payload identifiers not matched Saw: %d --- Expected: %d", p1AsPayload.Identifier, p2AsPayload.Identifier)
+ t.Errorf("Payload identifiers not matched Saw: %s --- Expected: %s", p1AsPayload.Identifier, p2AsPayload.Identifier)
}
}