alpha-wallet-android icon indicating copy to clipboard operation
alpha-wallet-android copied to clipboard

com.alphawallet.app.TransactionDecodingTest > testBuildFunctionCallText FAILED

Open M3d-Edge opened this issue 2 years ago • 0 comments

Hello

Got problem after running command ./gradlew build

getting this errors

com.alphawallet.app.TransactionDecodingTest > testBuildFunctionCallText FAILED java.lang.AssertionError at TransactionDecodingTest.java:100

com.alphawallet.app.ENSTest > testAvatarAddressResolve FAILED org.junit.ComparisonFailure at ENSTest.java:115

123 tests completed, 2 failed

Task :app:testAnalyticsDebugUnitTest FAILED

FAILURE: Build failed with an exception.

  • What went wrong: Execution failed for task ':app:testAnalyticsDebugUnitTest'.

There were failing tests. See the report at: file:///C:/Users/M3dL4m1n3/Desktop/Projects/alpha-wallet-android-master/app/build/reports/tests/testAnalyticsDebugUnitTest/index.html

i use '--warning-mode all' to show the individual deprecation warnings

At line:1 char:3

  • --warning-mode all
  • ~
    Missing expression after unary operator '--'. At line:1 char:3
  • --warning-mode all

Unexpected token 'warning-mode' in expression or statement. + CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException + FullyQualifiedErrorId : MissingExpressionAfterOperator

M3d-Edge avatar Jun 05 '23 20:06 M3d-Edge