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: {