Skip to content

Commit bdeeef9

Browse files
committed
unit tests fixed
1 parent 168fe9a commit bdeeef9

File tree

1 file changed

+1
-1
lines changed
  • etherspace-java/src/test/java/cc/etherspace

1 file changed

+1
-1
lines changed

etherspace-java/src/test/java/cc/etherspace/Greeter.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ interface Greeter {
1313
fun newGreeting_functionName(greeting: String): TransactionReceipt
1414

1515
@Throws(IOException::class)
16-
@Send
16+
@Send(functionName = "newGreeting")
1717
fun newGreeting_transactionHash(greeting: String): TransactionHash
1818

1919
@Throws(IOException::class)

0 commit comments

Comments
 (0)