git.delta.rocks / unique-network / refs/commits / 02103120d101

difftreelog

fix eslint errors and warnings in tests

Maksandre2022-08-09parent: #c2a1147.patch.diff
in: master

3 files changed

modifiedtests/src/fungible.test.tsdiffbeforeafterboth

no syntactic changes

modifiedtests/src/refungible.test.tsdiffbeforeafterboth
225 {Substrate: alice.address}, 225 {Substrate: alice.address},
226 '100'226 '100',
227 ]227 ],
228 }])228 }]);
229 });229 });
230 });230 });
231231
245 {Substrate: alice.address}, 245 {Substrate: alice.address},
246 '50'246 '50',
247 ]247 ],
248 }])248 }]);
249 });249 });
250 });250 });
251});251});
modifiedtests/src/removeCollectionAdmin.test.tsdiffbeforeafterboth

no syntactic changes