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
Run the unit test for "Ownable" contract truffle --network solana test ./test/access/Ownable.test.js
Actual result:
Error message:
"after each" hook: after test for "prevents non-owners from transferring":
Error: 'EthereumModel' object has no attribute 'eth_getLogs'
Expected result:
Test passed successfully.
The text was updated successfully, but these errors were encountered:
Impact:
Proxy + Neon EVM <-> OpenZeppelin library compatibility
STR:
OpenZeppelin Contracts Testing #219
truffle --network solana test ./test/access/Ownable.test.js
Actual result:
Error message:
"after each" hook: after test for "prevents non-owners from transferring":
Error: 'EthereumModel' object has no attribute 'eth_getLogs'
Expected result:
Test passed successfully.
The text was updated successfully, but these errors were encountered: