Skip to content

Commit

Permalink
got tests, got fails, now to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan2u committed Sep 20, 2024
1 parent 638a203 commit 08ddda7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/training-sheets/process-events.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,6 @@ describe('Training sheets worker', () => {
expect(results1.newEvents.length).toBeGreaterThan(0);
expect(results2.newEvents).toHaveLength(0);
});
it('Handle equipment in different areas', () => {});
});
});
});

0 comments on commit 08ddda7

Please sign in to comment.