Skip to content

Commit 475eaf7

Browse files
committed
fix lint error
1 parent 3312238 commit 475eaf7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/oauth_test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ Deno.test({
7575
name: "testing when missing the required parameters",
7676
fn(): void {
7777
const creds: authParams = {
78-
client_id: "testId",
79-
redirect_uri: "",
78+
"client_id": "testId",
79+
"redirect_uri": "",
8080
scope: "https://www.googleapis.com/auth/youtube",
8181
};
8282
assertThrows((): void => {

0 commit comments

Comments
 (0)