Skip to content

Commit

Permalink
fix: clean-up leftovers in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nshandra committed Sep 5, 2024
1 parent 691685c commit a6b222f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,3 @@ describe("CompareUserGroupsUseCase", () => {
expect(result).toEqual(userGroup1Diff);
});
});

// TODO: Finish the tests
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ describe("CompareUserTemplatesUseCase", () => {

it("should compare user templates and return the differences", () => {
const diff = useCase.execute(user1, user1Updated);
console.log(JSON.stringify(diff, null, 2));

expect(diff).toEqual(expectedDiff);
});
Expand Down

0 comments on commit a6b222f

Please sign in to comment.