mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Fix bad test import
This commit is contained in:
parent
29daeb27a5
commit
5899d605b4
|
@ -1,5 +1,5 @@
|
|||
import { describe, it, expect } from 'vitest';
|
||||
import { formatObjectForTable } from '@/shared/objectArrayConvert';
|
||||
import { formatObjectForTable } from '@/shared/objectToTableItems';
|
||||
|
||||
describe('objectArray.ts', () => {
|
||||
it('converts object array', () => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user