From c8805697b40ac5d30c7f0e165a357ea6ac750047 Mon Sep 17 00:00:00 2001 From: Farhad Hakimov Date: Fri, 22 Jul 2022 12:26:52 +0000 Subject: [PATCH] style(tests): eslint --- --- a/tests/src/interfaces/unique/definitions.ts +++ b/tests/src/interfaces/unique/definitions.ts @@ -66,7 +66,7 @@ tokenOwners: fun( 'Returns 10 tokens owners in no particular order', [collectionParam, tokenParam], - `Vec<${CROSS_ACCOUNT_ID_TYPE}>` + `Vec<${CROSS_ACCOUNT_ID_TYPE}>`, ), tokenChildren: fun( 'Get tokens nested directly into the token', -- gitstuff