mlabs-haskell / plutus-use-cases

Plutus Use Cases
Apache License 2.0
13 stars 9 forks source link

Add `ChangePrice` action tests #342

Closed mikekeke closed 2 years ago

mikekeke commented 2 years ago

This PR adds tests for ChangePrice action of Token minting policy. Policy itself has a bug, so tests will fail, but due to upcoming policy rewrite it left as-is. Current plan is to adjust and apply PR after policy rewrite will be merged.

mikekeke commented 2 years ago

Tried to add distinguished error traces for reminting to make more accurate tests (but not sure if it is necessary).