mirror of
https://github.com/restic/restic.git
synced 2025-12-24 06:36:51 +00:00
pack: Change Finalize() to return uint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user