Skip to content

Commit 56542d6

Browse files
fix: update import path in SubstitutionCipher test for correct folder structure
1 parent 7adf020 commit 56542d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: Ciphers/test/SubstitutionCipher.test.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import { describe, it, expect } from 'vitest'
22
import {
33
substitutionCipherEncryption,
44
substitutionCipherDecryption
5-
} from '../ciphers/SubstitutionCipher.js'
5+
} from '../SubstitutionCipher.js'
6+
67

78
describe('Substitution Cipher', () => {
89
const key = 'QWERTYUIOPASDFGHJKLZXCVBNM'

0 commit comments

Comments
 (0)