Skip to content

Commit

Permalink
Update bounty.controller.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
RiXelanya committed Mar 24, 2024
1 parent 8505b40 commit addd761
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/unit/endpoints/bounty/bounty.controller.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ describe('Bounty Controller Unit Tests', () => {
);
});

it('should be defined', () => {
// Assert
expect(bountyController).toBeDefined();
});
// it('should be defined', () => {
// // Assert
// expect(bountyController).toBeDefined();
// });

it('should find all categories', () => {
// Arrange
Expand Down

0 comments on commit addd761

Please sign in to comment.