We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62d9d6 commit a1ffbe6Copy full SHA for a1ffbe6
internal/integration/unified/entity.go
@@ -818,7 +818,7 @@ func (em *EntityMap) addSessionEntity(entityOptions *entityOptions) error {
818
819
t, i, ok := RawTS.TimestampOK()
820
if !ok {
821
- return fmt.Errorf("snapshot time entity %q is not a document", snapshotTimeID)
+ return fmt.Errorf("snapshot time entity %q is not a timestamp", snapshotTimeID)
822
}
823
824
sessionOpts.SetSnapshotTime(bson.Timestamp{T: t, I: i})
0 commit comments