Skip to content

Commit 6937658

Browse files
Park JuhyungPark Juhyung
authored andcommitted
Fix /utxo test in the asset.spec.ts
1 parent fe5f6f9 commit 6937658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/api/asset.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ describe("asset-api", function() {
106106
)
107107
.expect(200)
108108
.expect(res =>
109-
expect(Object.keys(JSON.parse(res.text)).length).equal(1)
109+
expect(Object.keys(JSON.parse(res.text).data).length).equal(1)
110110
);
111111
});
112112

0 commit comments

Comments
 (0)