mirror of
https://github.com/cerc-io/watcher-ts
synced 2025-08-02 20:35:56 +00:00
Include NFPM collect event in smoke tests. (#257)
This commit is contained in:
parent
278fe30a2c
commit
d456a3f676
@ -972,7 +972,7 @@ describe('uni-info-watcher', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
xdescribe('CollectEvent', () => {
|
describe('CollectEvent', () => {
|
||||||
// Checked entities: Transaction.
|
// Checked entities: Transaction.
|
||||||
// Unchecked entities: Position.
|
// Unchecked entities: Position.
|
||||||
|
|
||||||
|
@ -425,7 +425,7 @@ describe('uni-watcher', () => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
xit('should collect fees', done => {
|
it('should collect fees', done => {
|
||||||
(async () => {
|
(async () => {
|
||||||
const amount0Max = 15;
|
const amount0Max = 15;
|
||||||
const amount1Max = 15;
|
const amount1Max = 15;
|
||||||
|
Loading…
Reference in New Issue
Block a user