Skip to content

Commit

Permalink
fix: rm unnecessary check of undefined due to .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie059 committed Jan 10, 2024
1 parent 20c84fa commit d8eb7b2
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ describe("GoogleV2OAuth2Service", () => {
expect(url).toContain("scope=");
expect(url).toContain("state=");
expect(url).toContain("access_type=");
expect(url).not.toContain("undefined");
});
});

Expand Down

0 comments on commit d8eb7b2

Please sign in to comment.