We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8db21c commit 70046eaCopy full SHA for 70046ea
coderd/database/dbpurge/dbpurge_test.go
@@ -206,7 +206,7 @@ func TestDeleteOldWorkspaceAgentLogs(t *testing.T) {
206
require.NotContains(t, agentLogs, t.Name())
207
})
208
209
- //nolint:paralleltest It uses LockIDDBPurge.
+ //nolint:paralleltest // It uses LockIDDBPurge.
210
t.Run("AgentConnectedSixDaysAgo_LogsValid", func(t *testing.T) {
211
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitShort)
212
defer cancel()
0 commit comments