From 66baf36636697cf0891c7efc894769d4c1641067 Mon Sep 17 00:00:00 2001 From: Hayden <64056131+hay-kot@users.noreply.github.com> Date: Sat, 25 Feb 2023 17:37:31 -0900 Subject: [PATCH] finnnneeeee --- frontend/lib/api/__test__/user/stats.test.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/lib/api/__test__/user/stats.test.ts b/frontend/lib/api/__test__/user/stats.test.ts index 9802ba7..029f512 100644 --- a/frontend/lib/api/__test__/user/stats.test.ts +++ b/frontend/lib/api/__test__/user/stats.test.ts @@ -1,4 +1,3 @@ -import fs from "fs"; import { faker } from "@faker-js/faker"; import { beforeAll, describe, expect, test } from "vitest"; import { UserClient } from "../../user"; @@ -9,8 +8,7 @@ type ImportObj = { [`HB.location`]: string; [`HB.labels`]: string; [`HB.quantity`]: number; - [`HB.name`]: string; - [`HB.description`]: string; + [`HB.name`]: string; [`HB.description`]: string; [`HB.insured`]: boolean; [`HB.serial_number`]: string; [`HB.model_number`]: string;