pack: Change Finalize() to return uint

This commit is contained in:
Alexander Neumann
2015-04-30 00:19:56 +02:00
parent 1b3d3a7ec2
commit aeedd2a370
2 changed files with 9 additions and 9 deletions

View File

@@ -64,7 +64,7 @@ func TestCreatePack(t *testing.T) {
written += crypto.Extension
// check length
Equals(t, int64(written), n)
Equals(t, uint(written), n)
Equals(t, uint(written), p.Size())
// read and parse it again