Skip to content

Commit b1e5a5a

Browse files
snapshot
1 parent 6c2796f commit b1e5a5a

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

packages/sources/decibel-vault/test/integration/__snapshots__/adapter.test.ts.snap

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,6 @@
33
exports[`Decibel Vault Adapter share-price endpoint should return error when vault total shares is zero 1`] = `
44
{
55
"errorMessage": "INVALID_SHARES: vault total shares is zero",
6-
"meta": {
7-
"adapterName": "DECIBEL_VAULT",
8-
"metrics": {
9-
"feedId": "{"vault_object_id":"0x3333333333333333333333333333333333333333333333333333333333333333","output_decimals":18}",
10-
},
11-
},
126
"statusCode": 502,
137
"timestamps": {
148
"providerDataReceivedUnixMs": 0,
@@ -36,12 +30,6 @@ exports[`Decibel Vault Adapter share-price endpoint should return share_price =
3630
"vault_nav": "0",
3731
"vault_total_shares": "1000000",
3832
},
39-
"meta": {
40-
"adapterName": "DECIBEL_VAULT",
41-
"metrics": {
42-
"feedId": "{"vault_object_id":"0x2222222222222222222222222222222222222222222222222222222222222222","output_decimals":18}",
43-
},
44-
},
4533
"result": "0",
4634
"statusCode": 200,
4735
"timestamps": {
@@ -59,12 +47,6 @@ exports[`Decibel Vault Adapter share-price endpoint should return the correct sh
5947
"vault_nav": "41230251777103",
6048
"vault_total_shares": "39015665777277",
6149
},
62-
"meta": {
63-
"adapterName": "DECIBEL_VAULT",
64-
"metrics": {
65-
"feedId": "{"vault_object_id":"0x06ad70a9a4f30349b489791e2f2bcf58363dad30e54a9d2d4095d6213d7a9bf9","output_decimals":18}",
66-
},
67-
},
6850
"result": "1056761456089666181",
6951
"statusCode": 200,
7052
"timestamps": {
@@ -82,12 +64,6 @@ exports[`Decibel Vault Adapter share-price endpoint should return the correct sh
8264
"vault_nav": "41230251777103",
8365
"vault_total_shares": "39015665777277",
8466
},
85-
"meta": {
86-
"adapterName": "DECIBEL_VAULT",
87-
"metrics": {
88-
"feedId": "{"vault_object_id":"0x1111111111111111111111111111111111111111111111111111111111111111","output_decimals":8}",
89-
},
90-
},
9167
"result": "105676145",
9268
"statusCode": 200,
9369
"timestamps": {

0 commit comments

Comments
 (0)