aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/serverinfo/serverinfo_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'plumbing/serverinfo/serverinfo_test.go')
-rw-r--r--plumbing/serverinfo/serverinfo_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/plumbing/serverinfo/serverinfo_test.go b/plumbing/serverinfo/serverinfo_test.go
index 0a52ea2..251746b 100644
--- a/plumbing/serverinfo/serverinfo_test.go
+++ b/plumbing/serverinfo/serverinfo_test.go
@@ -179,6 +179,7 @@ func (s *ServerInfoSuite) TestUpdateServerInfoBasicChange(c *C) {
c.Assert(err, IsNil)
err = UpdateServerInfo(st, fs)
+ c.Assert(err, IsNil)
assertInfoRefs(c, st, fs)
assertObjectPacks(c, st, fs)