diff --git a/shell_test.go b/shell_test.go index 19029009a..1e246dd5a 100644 --- a/shell_test.go +++ b/shell_test.go @@ -46,7 +46,7 @@ func TestList(t *testing.T) { is.Equal(len(list), 6) - // TODO: document difference in sice betwen 'ipfs ls' and 'ipfs file ls -v'. additional object encoding in data block? + // TODO: document difference in size between 'ipfs ls' and 'ipfs file ls -v'. additional object encoding in data block? expected := map[string]LsLink{ "about": {Type: TFile, Hash: "QmZTR5bcpQD7cFgTorqxZDYaew1Wqgfbd2ud9QqGPAkK2V", Name: "about", Size: 1688}, "contact": {Type: TFile, Hash: "QmYCvbfNbCwFR45HiNP45rwJgvatpiW38D961L5qAhUM5Y", Name: "contact", Size: 200},