Skip to content

Commit

Permalink
chore: add comment to singleton spec
Browse files Browse the repository at this point in the history
  • Loading branch information
pviti committed Dec 19, 2024
1 parent d0b5fda commit b2533bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions specs/resource.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ describe('SDK:resource suite', () => {


it('resource.singleton', async () => {
// Test singleton operations without an id
let user = await clp.user.retrieve()
expect(user.id).not.toBeNull()
expect(user.id).not.toBeUndefined()
Expand Down

0 comments on commit b2533bd

Please sign in to comment.