Skip to content
Snippets Groups Projects
Commit 0ad508c5 authored by Alena Petraki's avatar Alena Petraki :nail_care_tone1: Committed by Alex Petraky
Browse files

Apply 1 suggestion(s) to 1 file(s)

parent 54ce5d8b
No related branches found
No related tags found
No related merge requests found
......@@ -182,11 +182,7 @@ func TestSetup_InstallCollections(t *testing.T) {
}
s := NewSetup(&content.Content{Collections: c, Environments: e}, "sp", "env", nil).WithForce(tt.force)
if tt.co != nil {
s.AddCollections(tt.collections, tt.co)
} else {
s.AddCollections(tt.collections)
}
s.AddCollections(tt.collections, tt.co)
tt.wantErr(t, s.InstallCollections(context.Background()))
})
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment