Skip to content

Commit bfd216a

Browse files
committed
Silence lint warnings
1 parent a3a14e5 commit bfd216a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resolver_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,10 @@ func TestResolver(t *testing.T) {
9696
e100 := rel("E", "1.0.0", deps())
9797
arch := &Archive{
9898
Releases: map[string]Releases{
99-
"B": Releases{b131, b130, b121, b120, b111, b110, b100},
100-
"C": Releases{c200, c120, c111, c110, c102, c101, c100, c021, c020, c010},
101-
"D": Releases{d100, d120},
102-
"E": Releases{e100},
99+
"B": {b131, b130, b121, b120, b111, b110, b100},
100+
"C": {c200, c120, c111, c110, c102, c101, c100, c021, c020, c010},
101+
"D": {d100, d120},
102+
"E": {e100},
103103
},
104104
}
105105

0 commit comments

Comments
 (0)