You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In web3 tests, there are persistNft private methods that can be extracted to the parent class AbstractContractCallServiceTest. nonFungibleTokenPersist also can be refactored just like the fungibleTokenPersist() method.
Solution
Extract persistNft private method into abstract class and modify nonFungibleTokenPersist and methods around it, similar to fungibleTokenPersist()
Alternatives
No response
The text was updated successfully, but these errors were encountered:
Problem
In web3 tests, there are persistNft private methods that can be extracted to the parent class AbstractContractCallServiceTest. nonFungibleTokenPersist also can be refactored just like the fungibleTokenPersist() method.
Solution
Extract persistNft private method into abstract class and modify nonFungibleTokenPersist and methods around it, similar to fungibleTokenPersist()
Alternatives
No response
The text was updated successfully, but these errors were encountered: