Skip to content

Commit 7c35a55

Browse files
committed
fix: comment
1 parent 1bb5f92 commit 7c35a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/autobuild/lifecycle_executor_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ func TestExecuteAutostopSuspendedUser(t *testing.T) {
599599
close(tickCh)
600600
}()
601601

602-
// Then: nothing should happen
602+
// Then: the workspace should be stopped
603603
stats := <-statsCh
604604
assert.Len(t, stats.Errors, 0)
605605
assert.Len(t, stats.Transitions, 1)

0 commit comments

Comments
 (0)