We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f44c2f commit 417fb61Copy full SHA for 417fb61
Ciphers/test/SubstitutionCipher.test.js
@@ -2,7 +2,7 @@ import { describe, it, expect } from 'vitest'
2
import {
3
substitutionCipherEncryption,
4
substitutionCipherDecryption
5
-} from '../ciphers/SubstitutionCipher.js'
+} from '../Ciphers/SubstitutionCipher.js'
6
7
describe('Substitution Cipher', () => {
8
const key = 'QWERTYUIOPASDFGHJKLZXCVBNM'
0 commit comments