chore: remove useLocalStorage hook (#11712)

This commit is contained in:
Kayla Washburn-Love
2024-01-19 16:04:19 -07:00
committed by GitHub
parent fa99f6a200
commit 80eac73ed1
17 changed files with 84 additions and 93 deletions

View File

@ -1626,7 +1626,7 @@ func TestWorkspaceAgentExternalAuthListen(t *testing.T) {
cancel()
// We expect only 1
// In a failed test, you will likely see 9, as the last one
// gets cancelled.
// gets canceled.
require.Equal(t, 1, validateCalls, "validate calls duplicated on same token")
})
}