Skip to content

Commit 42b13b8

Browse files
committed
Merge branch 'upgrade-ciphers'
2 parents 3905c5d + d00a7bf commit 42b13b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Ciphers/test/Atbash.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Atbash from '../Atbash'
22

33
describe('Testing Atbash function', () => {
4-
it('Test - 1, passing a non-string as an argument', () => {
4+
it('Test - 1, passing the non-string as an argument', () => {
55
expect(() => Atbash(0x345)).toThrow()
66
expect(() => Atbash(123)).toThrow()
77
expect(() => Atbash(123n)).toThrow()

0 commit comments

Comments
 (0)