Skip to content

Commit

Permalink
fix: not sure why this test failed on Github
Browse files Browse the repository at this point in the history
  • Loading branch information
MacQSL committed Jan 20, 2025
1 parent 8215506 commit ea7eef9
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ import { importCSV } from '../import-csv';
import { ImportMeasurementsStrategy } from './import-measurements-strategy';

describe('importMeasurementsStrategy', () => {
describe('importCSV', () => {
beforeEach(() => {
sinon.restore();
});
beforeEach(() => {
sinon.restore();
});

describe('importCSV', () => {
it('should import the csv file correctly', async () => {
const worksheet = {
A1: { t: 's', v: 'ALIAS' },
Expand Down

0 comments on commit ea7eef9

Please sign in to comment.