We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bfd92c commit 69ec9ddCopy full SHA for 69ec9dd
v5_asset_service_test.go
@@ -27,6 +27,7 @@ func TestV5Asset_CreateInternalTransfer(t *testing.T) {
27
respBody := map[string]interface{}{
28
"result": map[string]interface{}{
29
"transferId": "42c0cfb0-6bca-c242-bc76-4e6df6cbcb16",
30
+ "status": "SUCCESS",
31
},
32
}
33
bytesBody, err := json.Marshal(respBody)
@@ -178,6 +179,7 @@ func TestV5Asset_CreateUniversalTransfer(t *testing.T) {
178
179
180
181
"transferId": "be7a2462-1138-4e27-80b1-62653f24925e",
182
183
184
185
0 commit comments