Skip to content

Commit 94b4014

Browse files
committed
Lint fix
1 parent bd55421 commit 94b4014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/amazonq/test/unit/codewhisperer/region/regionProfileManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ describe('RegionProfileManager', function () {
100100

101101
describe(`client config`, function () {
102102
it(`no valid credential should throw`, async function () {
103-
AuthUtil.instance.logout()
103+
await AuthUtil.instance.logout()
104104

105105
assert.ok(!AuthUtil.instance.isConnected())
106106

0 commit comments

Comments
 (0)