Skip to content

Commit 3a54ab0

Browse files
authored
Fix typo in test import (#154)
* Fix typo in test import * Rename test file
1 parent 963a309 commit 3a54ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/services/immoscout/immoscout-web-translater.test.js renamed to test/services/immoscout/immoscout-web-translator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { convertWebToMobile } from '../../../lib/services/immoscout/immoscout-web-translater.js';
1+
import { convertWebToMobile } from '../../../lib/services/immoscout/immoscout-web-translator.js';
22
import { expect } from 'chai';
33
import { readFile } from 'fs/promises';
44

0 commit comments

Comments
 (0)