Skip to content

Commit

Permalink
Merge branch 'feat/node-evaluation-package' of https://github.com/buc…
Browse files Browse the repository at this point in the history
…keteer-io/bucketeer into feat/node-evaluation-package
  • Loading branch information
duyhungtnn committed Sep 30, 2024
2 parents 1b2d5b8 + 37d607b commit 959872a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ test('no default strategy', (t) => {
const evalator = new Evaluator();
try {
evalator.assignUser(f, user, [], {});
t.fail('should throw an error "evaluator: strategy not found"');
t.fail('should throw an error "evaluator: default strategy not found"');
} catch (error) {
t.deepEqual(error, new Error('evaluator: default strategy not found'));
}
Expand Down

0 comments on commit 959872a

Please sign in to comment.