Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
eegli committed Oct 19, 2024
1 parent 6b9b15c commit cbfa5a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/core/test/__snapshots__/lib.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -1403,7 +1403,7 @@ exports[`Users getUsersTopArtists 1`] = `
"params": {
"limit": 1,
"offset": 1,
"time_range": "long_term ",
"time_range": "long_term",
},
"url": "me/top/artists",
},
Expand All @@ -1422,7 +1422,7 @@ exports[`Users getUsersTopTracks 1`] = `
"params": {
"limit": 1,
"offset": 1,
"time_range": "long_term ",
"time_range": "long_term",
},
"url": "me/top/tracks",
},
Expand Down
4 changes: 2 additions & 2 deletions packages/core/test/lib.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const tests: LibTestRunner = [
Client.Users.getUsersTopArtists({
limit,
offset,
time_range: 'long_term ',
time_range: 'long_term',
}),
),
},
Expand All @@ -377,7 +377,7 @@ const tests: LibTestRunner = [
Client.Users.getUsersTopTracks({
limit,
offset,
time_range: 'long_term ',
time_range: 'long_term',
}),
),
},
Expand Down

0 comments on commit cbfa5a5

Please sign in to comment.