Skip to content

Commit 0126221

Browse files
qingyang-huCopilot
andauthored
fix typo
Co-authored-by: Copilot <[email protected]>
1 parent 80da069 commit 0126221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/integration/sessions_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ func TestSessionsProse(t *testing.T) {
569569
require.Len(mt, startedEvents, 2, "expected 2 started events, got: %v", len(startedEvents))
570570
require.Equal(mt, "ping", startedEvents[1].CommandName, "expected second command to be ping, got: %v", startedEvents[1].CommandName)
571571
currentClusterTime, err := startedEvents[1].Command.LookupErr("$clusterTime")
572-
require.NoError(mt, err, "$clusterTime not found in commane")
572+
require.NoError(mt, err, "$clusterTime not found in command")
573573
assert.Equal(mt, initialClusterTime, currentClusterTime, "expected same cluster time, got %v and %v", initialClusterTime, currentClusterTime)
574574
})
575575
}

0 commit comments

Comments
 (0)