chore: chai
This commit is contained in:
parent
f1b59257b4
commit
c908a21f3a
|
@ -12,7 +12,7 @@ describe('@latus/core', () => {
|
|||
},
|
||||
]);
|
||||
middleware.dispatch(() => {
|
||||
expect(called).to.equal(true);
|
||||
expect(called).to.be.true;
|
||||
done();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user