You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
● Testing defined model › Ensure all active assets have a behavior
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 5
159 | }
160 | console.log("Errors: " + JSON.stringify(err));> 161 | expect(err.length).toBe(0);| ^
162 | });
163 |
164 | test("Ensure all deposit token components are in the external token model", async () => {
Fix: Assign the proper behaviour to the following NearPad jars (or label as inactive):
nearJar 3g.
nearJar 3h.
nearJar 3k.
nearJar 3i.
nearJar 3j.
Errors: ["Asset nearJar 3g has no associated behavior file","Asset nearJar 3h has no associated behavior file","Asset nearJar 3k has no associated behavior file","Asset nearJar 3i has no associated behavior file","Asset nearJar 3j has no associated behavior file"]
Jars with custom harvester have no harvester assigned. fixed (aa9b63f)
Details
● Testing defined model › Ensure all jars with custom harvester have a harvester
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 7
224 | }
225 | console.log("Errors: " + JSON.stringify(err));> 226 | expect(err.length).toBe(0);| ^
227 | });
228 | });
229 |
Fix: Assign proper behaviour class/custom harvester to the following jars:
nearJar 3g
nearJar 3h
nearJar 3i
nearJar 3j
nearJar 4a
nearJar 4d
nearJar 4e
Errors: ["NLP-PAD-MODA has no behavior class","NLP-PAD-DAI has no behavior class","NLP-NEAR-ETH has no behavior class","NLP-PAD-TRI has no behavior class","NLP-PAD-ROSE has no custom harvester","ROSELP-FRAXPOOL has no custom harvester","ROSELP-USTPOOL has no custom harvester"]
● Testing documentation model › Ensure all tokens have descriptions and documentation
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 1
36 | }
37 | console.log(JSON.stringify(err, null, 2));> 38 | expect(err.length).toBe(0);| ^
39 |
40 | });
41 | });
Fix: Add description for ply, stksm and xcksm tokens:
[
"Token stksm on chain moonriver has no description",
"Token xcksm on chain moonriver has no description",
"Token ply on chain aurora has no description"
]
Some jars have no description.
Details
● Testing documentation model › Ensure all jars have documentation
expect(received).toBe(expected) // Object.is equality
Expected: 0
Received: 10
19 | }
20 | console.log(JSON.stringify(err, null, 2));> 21 | expect(err.length).toBe(0);| ^
Fix: Add manual descriptions for the following jars:
console.log
[
"TECTONIC-WETH Has no documentation in English",
"TECTONIC-CRO Has no documentation in English",
"NLP-PAD-ROSE Has no documentation in English",
"NLP-FRAX-ROSE Has no documentation in English",
"ROSELP-3POOL Has no documentation in English",
"ROSELP-FRAXPOOL Has no documentation in English",
"ROSELP-USTPOOL Has no documentation in English",
"ROSELP-BUSDPOOL Has no documentation in English",
"ROSELP-MAIPOOL Has no documentation in English",
"ROSELP-RUSDPOOL Has no documentation in English"
]
The text was updated successfully, but these errors were encountered:
Pf-core's test suites currently fails with plenty of errors:
Test Suites: 3 failed, 2 passed, 5 total Tests: 4 failed, 11 passed, 15 total Snapshots: 0 total Time: 62.938 s Ran all test suites.
Known issues and fixes so far:
fixed
(b0bb949)Details
Fix: Add Gnosis chain addresses to PickleModel.
fixed
(aa9b63f)Details
Fix: Assign the proper behaviour to the following NearPad jars (or label as inactive):
fixed
(aa9b63f)Details
Fix: Assign proper behaviour class/custom harvester to the following jars:
fixed
(87768f4)Details
Fix: Add description for
ply
,stksm
andxcksm
tokens:Details
Fix: Add manual descriptions for the following jars:
The text was updated successfully, but these errors were encountered: