Skip to content

Commit

Permalink
+clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
PashaDev2 committed Sep 26, 2024
1 parent 5bbbf91 commit fc23365
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aggregations/aggregation.resolver.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ describe('AggregationResolver', () => {
resolver.pubSub.subscribe(
'aggregationAdded',
jest.fn((data: { aggregationAdded: Aggregation }) => {
debugger;
expect(data.aggregationAdded).toBe(result);
}),
);
Expand Down

0 comments on commit fc23365

Please sign in to comment.