From 01c76cfe2ba50b821c5de2fcfd668b4c20fbe1e2 Mon Sep 17 00:00:00 2001 From: Brian Pilati Date: Tue, 30 Jan 2024 13:26:04 -0700 Subject: [PATCH] Removed a test that did nothing --- tests/unit/guid-file/controller-test.ts | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 tests/unit/guid-file/controller-test.ts diff --git a/tests/unit/guid-file/controller-test.ts b/tests/unit/guid-file/controller-test.ts deleted file mode 100644 index e643e5d2305..00000000000 --- a/tests/unit/guid-file/controller-test.ts +++ /dev/null @@ -1,13 +0,0 @@ -import { setupTest } from 'ember-qunit'; -import { module, test } from 'qunit'; - -module('Unit | Controller | guid-file', hooks => { - setupTest(hooks); - - // Replace this with your real tests. - - test('it exists', function(assert) { - const controller = this.owner.lookup('controller:guid-file'); - assert.ok(controller); - }); -});