We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e33e68 commit 027318bCopy full SHA for 027318b
1 file changed
comid/svn_test.go
@@ -82,8 +82,8 @@ func Test_NewSVN(t *testing.T) {
82
}
83
84
retMin, err := NewSVN(tv.Input, "min-value")
85
- min := TaggedMinSVN(tv.Expected)
86
- expected = SVN{&min}
+ minSVN := TaggedMinSVN(tv.Expected)
+ expected = SVN{&minSVN}
87
88
if tv.Err != "" {
89
assert.EqualError(t, err, tv.Err)
0 commit comments