VDB 207 refactor more repo tests (#107)

* Use shared repo tests for vat flux

* Use shared repo methods for vat flux

* Use shared repo test examples for vat fold

* Use shared repository methods for vat fold

* Use shared repo test examples for vat grab

* Use shared repo methods for vat grab

* Use shared repo test examples for vat heal

* Use shared repo methods for vat heal
This commit is contained in:
Elizabeth
2018-11-09 14:54:22 -06:00
committed by GitHub
parent c1e10f09fb
commit 672269effa
9 changed files with 139 additions and 773 deletions
@@ -16,4 +16,8 @@ var (
PitFileStabilityFeeChecked = "pit_file_stability_fee_checked"
PriceFeedsChecked = "price_feeds_checked"
TendChecked = "tend_checked"
VatFluxChecked = "vat_flux_checked"
VatFoldChecked = "vat_fold_checked"
VatGrabChecked = "vat_grab_checked"
VatHealChecked = "vat_heal_checked"
)