Skip to content

Commit ae9c7ba

Browse files
committed
coverage to 100% again
1 parent a325c52 commit ae9c7ba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resolver_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,12 @@ func TestResolver(t *testing.T) {
129129
b131, b130, b121, b120, b111, b110, b100,
130130
c200, c120, c111, c110, c102, c101, c100, c021, c020, c010,
131131
d100, d120,
132-
e100, e101,
133132
g130, g140, g150, g160, g170, g180,
134133
h130, h140, h150, h160, h170, h180,
135134
i130, i140, i150, i160, i170, i180,
136135
)
136+
arch.AddRelease(e100) // use this method for 100% code coverage
137+
arch.AddRelease(e101)
137138

138139
a130 := rel("A", "1.3.0", deps())
139140
r0 := arch.Resolve(a130) // Non-existent in archive

0 commit comments

Comments
 (0)