forked from cerc-io/ipld-eth-server
Update repository tests for absence of MissingHeaders
This commit is contained in:
@@ -72,15 +72,6 @@ var _ = Describe("Vat init repository", func() {
|
||||
})
|
||||
})
|
||||
|
||||
Describe("MissingHeaders", func() {
|
||||
inputs := shared_behaviors.MissingHeadersBehaviorInputs{
|
||||
Repository: &repository,
|
||||
RepositoryTwo: &vat_init.VatInitRepository{},
|
||||
}
|
||||
|
||||
shared_behaviors.SharedRepositoryMissingHeadersBehaviors(&inputs)
|
||||
})
|
||||
|
||||
Describe("MarkHeaderChecked", func() {
|
||||
inputs := shared_behaviors.MarkedHeaderCheckedBehaviorInputs{
|
||||
CheckedHeaderColumnName: constants.VatInitChecked,
|
||||
|
||||
Reference in New Issue
Block a user