Skip to content

Commit cea7361

Browse files
committed
Rollback InvokeHostFunctionOperationTest.java
1 parent 7cf68e9 commit cea7361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/stellar/sdk/operations/InvokeHostFunctionOperationTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ public void testNotEqualsSource() {
292292
}
293293

294294
@Test
295-
public void testInstallContractWasmOperationBuilder() {
295+
public void testUploadContractWasmOperationBuilder() {
296296
byte[] wasm = new byte[] {0x00, 0x01, 0x02, 0x03, 0x34, 0x45, 0x66, 0x46};
297297
InvokeHostFunctionOperation operation =
298-
InvokeHostFunctionOperation.installContractWasmOperationBuilder(wasm).build();
298+
InvokeHostFunctionOperation.uploadContractWasmOperationBuilder(wasm).build();
299299
HostFunction expectedFunction =
300300
HostFunction.builder()
301301
.discriminant(HostFunctionType.HOST_FUNCTION_TYPE_UPLOAD_CONTRACT_WASM)

0 commit comments

Comments
 (0)