Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8db21c commit 2d17604Copy full SHA for 2d17604
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