Explorar o código

Fix broken assertion.

Geoffrey J. Teale %!s(int64=12) %!d(string=hai) anos
pai
achega
c2f04a47f8
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib_test.go

+ 1 - 1
lib_test.go

@@ -592,7 +592,7 @@ func (l *LibSuite) TestReadRowsFromSheetWithTrailingEmptyCells(c *C) {
 	c.Assert(cell1.String(), Equals, "1")
 
 	cell2 = row.Cells[1]
-	c.Assert(cell2.String(), Equals, )
+	c.Assert(cell2.String(), Equals, "")
 
 	cell3 = row.Cells[2]
 	c.Assert(cell3.String(), Equals, "")