Skip to content

Commit 64efa32

Browse files
committed
Revert "Cleanup test noise"
This reverts commit 1c67d15.
1 parent 1c67d15 commit 64efa32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,14 @@ 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+
});
270278
});
271279

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

0 commit comments

Comments
 (0)