From abeb850d58eb9d18cbb1adc85210770f2b3a8d61 Mon Sep 17 00:00:00 2001 From: katspaugh Date: Tue, 24 Sep 2024 09:26:33 +0200 Subject: [PATCH] Rm failing test --- .../address-book/ImportDialog/__tests__/validation.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/address-book/ImportDialog/__tests__/validation.test.ts b/src/components/address-book/ImportDialog/__tests__/validation.test.ts index d134e8ba35..5410f2687e 100644 --- a/src/components/address-book/ImportDialog/__tests__/validation.test.ts +++ b/src/components/address-book/ImportDialog/__tests__/validation.test.ts @@ -23,7 +23,7 @@ describe('Address book import validation', () => { size: 1_000_000_000, } as File - expect(abCsvReaderValidator(file)).toEqual(['FALSE ASSERTION Address book cannot be larger than 1MB']) + expect(abCsvReaderValidator(file)).toEqual(['Address book cannot be larger than 1MB']) }) }) describe('hasValidAbHeader', () => {