gamnit: fix nitunit
[nit.git] / lib / gamnit / flat.nit
index cfd8150..3073035 100644 (file)
@@ -1077,7 +1077,7 @@ end
 #
 # array.add "E"
 # assert array.to_s == "[A,B,c,D,E]"
-# assert array.capacity == 5
+# assert array.capacity == 6
 # assert array.length == 5
 #
 # array.remove "A"