fix: exchanging wrong path that breaks pipeline (#1262)

This commit is contained in:
Carlos Rafael
2022-11-02 09:54:05 -03:00
committed by GitHub
parent 00a97d5e1b
commit 640abcf468
2 changed files with 15 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { intToBase } from '../intToBase'
import { intToBase } from '../IntToBase'
describe('Int to Base', () => {
test('Conversion to the binary system', () => {