Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 73c15ce

Browse files
committedApr 4, 2025·
fix: correct import path and folder name for CI
1 parent 417fb61 commit 73c15ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Ciphers/test/SubstitutionCipher.test.js

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

77
describe('Substitution Cipher', () => {
88
const key = 'QWERTYUIOPASDFGHJKLZXCVBNM'

0 commit comments

Comments
 (0)