mirror of
https://github.com/cerc-io/watcher-ts
synced 2024-11-19 20:36:19 +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.
|
||||
// Unchecked entities: Position.
|
||||
|
||||
|
@ -425,7 +425,7 @@ describe('uni-watcher', () => {
|
||||
});
|
||||
});
|
||||
|
||||
xit('should collect fees', done => {
|
||||
it('should collect fees', done => {
|
||||
(async () => {
|
||||
const amount0Max = 15;
|
||||
const amount1Max = 15;
|
||||
|
Loading…
Reference in New Issue
Block a user