Skip to content

Commit 69ec9dd

Browse files
committed
fix: test
1 parent 1bfd92c commit 69ec9dd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

v5_asset_service_test.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ func TestV5Asset_CreateInternalTransfer(t *testing.T) {
2727
respBody := map[string]interface{}{
2828
"result": map[string]interface{}{
2929
"transferId": "42c0cfb0-6bca-c242-bc76-4e6df6cbcb16",
30+
"status": "SUCCESS",
3031
},
3132
}
3233
bytesBody, err := json.Marshal(respBody)
@@ -178,6 +179,7 @@ func TestV5Asset_CreateUniversalTransfer(t *testing.T) {
178179
respBody := map[string]interface{}{
179180
"result": map[string]interface{}{
180181
"transferId": "be7a2462-1138-4e27-80b1-62653f24925e",
182+
"status": "SUCCESS",
181183
},
182184
}
183185
bytesBody, err := json.Marshal(respBody)

0 commit comments

Comments
 (0)