Skip to content

Commit

Permalink
restored prev tests using new api
Browse files Browse the repository at this point in the history
  • Loading branch information
lucyq committed Sep 16, 2018
1 parent bc4d3b4 commit b1b233e
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 217 deletions.
4 changes: 2 additions & 2 deletions src/umbral.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export class Umbral {

if (data === '' || data === null) {
encrypted.malformed.push({
error: 'Record is missing information',
id: 'All'
error: 'No data provided',
id: 'encryptData'
});
return encrypted;
}
Expand Down
Loading

0 comments on commit b1b233e

Please sign in to comment.