Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Vayras committed Jan 21, 2024
1 parent 2dd8608 commit 8798576
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/app/src/store/__test__/main.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,7 +958,6 @@ describe('Main store', () => {
const expectedResponse = { ...expectedBountyResponses[0] };
expectedResponse.body.id = 2;
expect(store.peopleBounties.length).toEqual(1);

});

it('should make a succcessful bounty payment', async () => {
Expand Down

0 comments on commit 8798576

Please sign in to comment.