Skip to content

Commit

Permalink
now fixed broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iangeckeler committed Aug 10, 2019
1 parent f9563f7 commit 95ad8a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ describe("Server tests for health check", () => {

it("Has a health check Service.", () => {});

it("getStatus method returns the full status map if not passed params");
it("getStatus method returns the full status map if not passed params", () => {});

it("getStatus method returns null if passed wrong params", () => {});

Expand Down

0 comments on commit 95ad8a9

Please sign in to comment.