We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3905c5d + d00a7bf commit 42b13b8Copy full SHA for 42b13b8
1 file changed
Ciphers/test/Atbash.test.js
@@ -1,7 +1,7 @@
1
import Atbash from '../Atbash'
2
3
describe('Testing Atbash function', () => {
4
- it('Test - 1, passing a non-string as an argument', () => {
+ it('Test - 1, passing the non-string as an argument', () => {
5
expect(() => Atbash(0x345)).toThrow()
6
expect(() => Atbash(123)).toThrow()
7
expect(() => Atbash(123n)).toThrow()
0 commit comments