Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
Saliou Diallo committed Sep 26, 2022
1 parent 9db581c commit e0dd229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion creator-node/test/premiumContentAccessChecker.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ describe('Test premium content access', function () {
})
assert.deepStrictEqual(access, {
doesUserHaveAccess: true,
trackId: null,
trackId: 1,
isPremium: false,
error: null
})
Expand Down

0 comments on commit e0dd229

Please sign in to comment.