Skip to content

Commit

Permalink
Merge branch 'develop' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Oct 29, 2020
2 parents b5c60a8 + 2d75194 commit 80efbce
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.3.0");
expect(cfg).to.have.property("version", "0.3.1");
expect(cfg).to.have.property("name", "Avalanche");
});
it('returns the expected wallet ID', async function () {
Expand Down

0 comments on commit 80efbce

Please sign in to comment.