Skip to content

Commit

Permalink
💚 Fix default service tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 3, 2019
1 parent ebb0033 commit 9bb54d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/uppload.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("modal functions", () => {
expect(uppload.modalOpen()).toBeFalsy();
});
it("has a default active service", () => {
expect(uppload.activeService).toBe("default");
expect(uppload.activeService).toBe("instagram");
});
it("has a default active effect", () => {
expect(uppload.activeEffect).toBeFalsy();
Expand Down

0 comments on commit 9bb54d3

Please sign in to comment.