diff --git a/tests/basic-tests.js b/tests/basic-tests.js index ffcfd74b..dc78c879 100644 --- a/tests/basic-tests.js +++ b/tests/basic-tests.js @@ -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 () {