Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfmpe committed Feb 22, 2021
1 parent e1a4053 commit eaf04c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/basic-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ describe("Basic Tests", () => {
it('can fetch the version of the app', async function () {
const cfg = await this.ava.getAppConfiguration();
expect(cfg).to.be.a('object');
expect(cfg).to.have.property("version", "0.4.0");
expect(cfg).to.have.property("version", "0.4.1");
expect(cfg).to.have.property("name", "Avalanche");
});
it('returns the expected wallet ID', async function () {
Expand Down

0 comments on commit eaf04c8

Please sign in to comment.