Skip to content

Commit a1ffbe6

Browse files
Update internal/integration/unified/entity.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a62d9d6 commit a1ffbe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integration/unified/entity.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ func (em *EntityMap) addSessionEntity(entityOptions *entityOptions) error {
818818

819819
t, i, ok := RawTS.TimestampOK()
820820
if !ok {
821-
return fmt.Errorf("snapshot time entity %q is not a document", snapshotTimeID)
821+
return fmt.Errorf("snapshot time entity %q is not a timestamp", snapshotTimeID)
822822
}
823823

824824
sessionOpts.SetSnapshotTime(bson.Timestamp{T: t, I: i})

0 commit comments

Comments
 (0)