Skip to content

Commit

Permalink
nit: remove dev prefix for mongodb tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sayantank committed Sep 18, 2023
1 parent 366431b commit 8352095
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 @@ -176,7 +176,7 @@ test('accounts-sdk: memcmp', async (t) => {
// MongoDB
// -----------------
test('accounts-sdk: mongodb', async (t) => {
const sdk = new IronforgeSdk(API_KEY, 'dev')
const sdk = new IronforgeSdk(API_KEY)

await t.test('aggregation pipeline', async () => {
const { result, status } = await sdk.accounts.mongodb.aggregate({
Expand Down

0 comments on commit 8352095

Please sign in to comment.