Skip to content

Commit

Permalink
expected on for shouldHaveDifferentName
Browse files Browse the repository at this point in the history
  • Loading branch information
fdodino committed Dec 7, 2023
1 parent 527f943 commit 2765020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ export const shouldHaveDifferentName = error<Test>(node => {
when(Node)(_ => []),
)
return !tests || tests.every(other => node === other || other.name !== node.name)
})
}, valuesForNodeName, sourceMapForNodeName)

// ══════════════════════════════════════════════════════════════════════════════════════════════════════════════════
// HELPER FUNCTIONS
Expand Down

0 comments on commit 2765020

Please sign in to comment.