helix-onchain / filecoin

Collection of libraries to implement common patterns and standards on the Filecoin Virtual Machine
Other
16 stars 14 forks source link

Refactor integration tests #218

Open alexytsu opened 1 year ago

alexytsu commented 1 year ago

Previously some integration tests for greeter and frc46_factory_token were compiled in the crates themselves. However, this brings in the fvm as a dependency for the crate which prevents them from being built by the new helix_test_actors package properly.

In https://github.com/helix-onchain/filecoin/pull/217 those tests were simply deleted to unblock consumers waiting for crate updates but the tests should be added back in alongside the other integration tests.