Skip to content

Commit b46be61

Browse files
authored
Update linked_queue.test.ts
1 parent ddf5c95 commit b46be61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { test } from './queue.test'
1+
import { testQueue } from './queue.test'
22
import { LinkedQueue } from '../linked_queue';
33

44
describe("Linked Queue", () => testQueue(ArrayQueue));

0 commit comments

Comments
 (0)