diff --git a/src/game/__tests__/utils.test.ts b/src/game/__tests__/utils.test.ts index a19e1d2..52ee16f 100644 --- a/src/game/__tests__/utils.test.ts +++ b/src/game/__tests__/utils.test.ts @@ -33,10 +33,6 @@ describe('utils', () => { }); [ - { - testCase: 'the default model', - modelType: ModelType.PRIVACY_ENHANCED, - }, { testCase: 'a Threat Dragon model', modelType: ModelType.THREAT_DRAGON,