Skip to content

Commit

Permalink
Rm failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Sep 24, 2024
1 parent 6884985 commit abeb850
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit abeb850

Please sign in to comment.