Skip to content
This repository has been archived by the owner on Apr 29, 2022. It is now read-only.

Commit

Permalink
fix: Fix short name for validateBeforeSave
Browse files Browse the repository at this point in the history
  • Loading branch information
kgilpin committed Oct 15, 2021
1 parent b1a264a commit 0cc4bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner/validateBeforeSave.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const validatedBy = (iterator: Iterator<EventNavigator>): boolean => {

const scanner = (): Assertion => {
return Assertion.assert(
'validate-before-save',
'save-without-validation',
'`save` calls without validation',
'function',
// TODO: ensure that the object id on the 'validate' is the same as the object id on the 'save'
Expand Down

0 comments on commit 0cc4bcc

Please sign in to comment.