Skip to content

Commit 1c67d15

Browse files
committed
Cleanup test noise
1 parent 69ae210 commit 1c67d15

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

tests/read-models/shared-state/get-equipment.test.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -267,14 +267,6 @@ describe('get', () => {
267267
markedTrainedTimestampEnd
268268
);
269269
});
270-
271-
it('equipment_check_test', async () => {
272-
const events = await framework.getAllEvents();
273-
console.log(events);
274-
275-
const equipment = runQuery();
276-
console.log(equipment);
277-
});
278270
});
279271

280272
describe('When equipment has a member marked as trained then revoked', () => {

0 commit comments

Comments
 (0)