Skip to content

Commit 0879fd6

Browse files
committed
Fix comment
1 parent 68b8792 commit 0879fd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/workspaceagents_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1623,8 +1623,8 @@ func TestWorkspaceAgentExternalAuthListen(t *testing.T) {
16231623
ticks <- time.Now()
16241624
}
16251625
cancel()
1626-
// We expect only 2. One from the initial "Refresh" attempt, and
1627-
// another from the first tick. Ideally this would be just one.
1626+
// We expect only 1. One from the initial "Refresh" attempt, and the
1627+
// other sshould be skipped.
16281628
// In a failed test, you will likely see 9, as the last one
16291629
// gets canceled.
16301630
require.Equal(t, 1, validateCalls, "validate calls duplicated on same token")

0 commit comments

Comments
 (0)