We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417fb61 commit 73c15ceCopy full SHA for 73c15ce
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