mirror of
https://github.com/TheAlgorithms/JavaScript.git
synced 2025-12-19 06:58:15 +08:00
fix: exchanging wrong path that breaks pipeline (#1262)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { intToBase } from '../intToBase'
|
||||
import { intToBase } from '../IntToBase'
|
||||
|
||||
describe('Int to Base', () => {
|
||||
test('Conversion to the binary system', () => {
|
||||
|
||||
Reference in New Issue
Block a user