Include NFPM collect event in smoke tests. (#257)

This commit is contained in:
nikugogoi 2021-09-29 17:14:16 +05:30 committed by GitHub
parent 278fe30a2c
commit d456a3f676
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -972,7 +972,7 @@ describe('uni-info-watcher', () => {
});
});
xdescribe('CollectEvent', () => {
describe('CollectEvent', () => {
// Checked entities: Transaction.
// Unchecked entities: Position.

View File

@ -425,7 +425,7 @@ describe('uni-watcher', () => {
});
});
xit('should collect fees', done => {
it('should collect fees', done => {
(async () => {
const amount0Max = 15;
const amount1Max = 15;