Skip to content

Commit

Permalink
small formatting fixes in test
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Nov 8, 2023
1 parent b48ec9a commit f4d0d28
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/fastify-plugins/icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ test('url param validation', async (t) => {
],
[
'invalid icon id',

{
projectPublicId,
iconId: randomBytes(16).toString('hex'),
Expand All @@ -71,7 +70,6 @@ test('url param validation', async (t) => {
],
[
'invalid pixel density',

{
projectPublicId,
iconId,
Expand All @@ -82,7 +80,6 @@ test('url param validation', async (t) => {
],
[
'invalid size',

{
projectPublicId,
iconId,
Expand Down

0 comments on commit f4d0d28

Please sign in to comment.