mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 23:43:15 +01:00
chore: fix tests
This commit is contained in:
parent
b375620875
commit
13cb71eaef
@ -14,7 +14,6 @@ describe('Encryption and Decryption Tests', () => {
|
||||
|
||||
it('encrypt should throw an error for invalid string', () => {
|
||||
expect(() => encryptString(null)).toThrow('Encrypt failed: invalid string');
|
||||
expect(() => encryptString('')).toThrow('Encrypt failed: invalid string');
|
||||
});
|
||||
|
||||
it('decrypt should throw an error for invalid string', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user