Skip to content

Commit

Permalink
nit: assert account_type in test
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantank committed Sep 13, 2023
1 parent 4cb58b9 commit ef3f936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/accounts-sdk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ test('accounts-sdk: mongodb', async (t) => {

data.forEach((item) => {
assert.equal(Object.keys(item).length, 2)
assert.ok(item.account_type)
assert.equal(item.account_type, 'CollectionPDA')
assert.ok(item._id)
})
})
Expand Down

0 comments on commit ef3f936

Please sign in to comment.