From fb5db2818076fb2fc693fa28c31835ab736e4772 Mon Sep 17 00:00:00 2001 From: Hamcha Date: Wed, 11 Sep 2019 11:04:47 +0200 Subject: [PATCH] Fix test suite name --- src/tests/unit/components/DeckList.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/unit/components/DeckList.spec.ts b/src/tests/unit/components/DeckList.spec.ts index 91a0295..b58722d 100644 --- a/src/tests/unit/components/DeckList.spec.ts +++ b/src/tests/unit/components/DeckList.spec.ts @@ -9,7 +9,7 @@ const testCards = new Array(3).fill("test").map((t, i) => ({ })); const testSlots = testCards.map((c, i) => ({ data: c, limit: 3, howmany: i })); -describe("components/DeckBuilder/CardPicker", () => { +describe("components/DeckBuilder/DeckList", () => { test("DeckList correctly detects card info", () => { const wrapper = shallowMount(DeckList, { propsData: {