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
I tried to depend on the mainnet weather oracle, and a function in my own package takes a &oracle::weather::WeatherOracle object as parameter. How can I get the shared WeatherOracle object or create a object like using create_for_testing method for some incline struct (balance, clock) in test_scenario? Since without this, I cannot test my function locally.
The text was updated successfully, but these errors were encountered:
I tried to depend on the mainnet weather oracle, and a function in my own package takes a &oracle::weather::WeatherOracle object as parameter. How can I get the shared WeatherOracle object or create a object like using create_for_testing method for some incline struct (balance, clock) in test_scenario? Since without this, I cannot test my function locally.
The text was updated successfully, but these errors were encountered: