Update repository tests for absence of MissingHeaders

This commit is contained in:
Edvard
2018-12-04 17:53:46 +01:00
parent 9789648cc2
commit 47c75d055b
29 changed files with 3 additions and 256 deletions
@@ -83,15 +83,6 @@ var _ = Describe("VatHeal Repository", func() {
})
})
Describe("MissingHeaders", func() {
inputs := shared_behaviors.MissingHeadersBehaviorInputs{
Repository: &repository,
RepositoryTwo: &vat_heal.VatHealRepository{},
}
shared_behaviors.SharedRepositoryMissingHeadersBehaviors(&inputs)
})
Describe("MarkCheckedHeader", func() {
inputs := shared_behaviors.MarkedHeaderCheckedBehaviorInputs{
CheckedHeaderColumnName: constants.VatHealChecked,