Skip to content

Commit

Permalink
Typos fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
GoneTone committed Jul 24, 2022
1 parent 74650af commit f476601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ jobs:
run: npm test
env:
GOOGLE_TEST_EMAIL: ${{ secrets.GOOGLE_TEST_EMAIL }}
GOOGLE_TEST_GFS_ID: ${{ secrets.GOOGLE_TEST_GFS_ID }}
GOOGLE_TEST_GSF_ID: ${{ secrets.GOOGLE_TEST_GSF_ID }}
GOOGLE_TEST_AUTH_TOKEN: ${{ secrets.GOOGLE_TEST_AUTH_TOKEN }}
2 changes: 1 addition & 1 deletion __tests__/GooglePlayAPI.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dotenv.config()
describe('GooglePlayAPI', () => {
let gpAPI: GooglePlayAPI
test('Init', () => {
gpAPI = new GooglePlayAPI(process.env.GOOGLE_TEST_EMAIL as string, process.env.GOOGLE_TEST_GFS_ID as string)
gpAPI = new GooglePlayAPI(process.env.GOOGLE_TEST_EMAIL as string, process.env.GOOGLE_TEST_GSF_ID as string)
})

test('Google Auth', async () => {
Expand Down

0 comments on commit f476601

Please sign in to comment.