Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
Signed-off-by: Timo Glastra <[email protected]>
  • Loading branch information
TimoGlastra committed Sep 12, 2024
1 parent bfe4a7d commit f112bfd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/projects.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ dotenv.config()
describe('Projects', () => {
it('should return atleast one project', async () => {
const client = new Paradym({ apiKey: process.env.X_ACCESS_TOKEN as string })
const projects = await client.projects.getAllProjects({
sort: '-createdAt'
const projects = await client.projects.getAllProjects({
sort: '-createdAt',
})

assert.ok(projects.data.length > 0)
Expand Down

0 comments on commit f112bfd

Please sign in to comment.