Skip to content

Commit

Permalink
update(test): fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
nyancodeid committed Aug 25, 2020
1 parent 85dc4c8 commit 1e28ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __test__/config/env.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ describe("Env Config Test", () => {
expect(Env.use).to.be.a("function");
});
it("it will be get APP_KEY key", () => {
expect(Env.use("APP_KEY")).to.equal("example");
expect(Env.use("APP_KEY")).to.equal("admin:admin");
});
});

0 comments on commit 1e28ae8

Please sign in to comment.