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

Commit

Permalink
fix: base unit-test failing
Browse files Browse the repository at this point in the history
Signed-off-by: Diego Barahona <diestrin@gmail.com>
  • Loading branch information
diestrin authored and walmon committed Feb 24, 2019
1 parent b712ada commit 578fd51
Show file tree
Hide file tree
Showing 2 changed files with 1,479 additions and 1,479 deletions.
2 changes: 1 addition & 1 deletion examples/token/tests/token.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ describe('Extendable Model', () => {
}));

console.log('Expected error in unit-test');
const token = await adapter.getById<Token>(tokenId + 1);
const token = await adapter.getById<Token<any>>(tokenId + 1);

expect(token).to.not.exist;
});
Expand Down
Loading

0 comments on commit 578fd51

Please sign in to comment.