Skip to content

Commit

Permalink
fix(tests): update ario test
Browse files Browse the repository at this point in the history
  • Loading branch information
atticusofsparta committed Mar 1, 2024
1 parent d9ee23e commit e3d7712
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ar-io.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ describe('ArIO Client', () => {
const arioClient = new ArIO();

expect(arioClient).toBeInstanceOf(ArIO);
expect(arioClient.testnet).toBeDefined();
expect(arioClient.devnet).toBeDefined();
});
});

0 comments on commit e3d7712

Please sign in to comment.