From 8b2c2c7b23338ba42261b8fa443b234e6cf94170 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Wed, 26 Jul 2023 10:26:53 +0200 Subject: [PATCH] fix: go formatting --- tests/trustless_gateway_car_test.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/trustless_gateway_car_test.go b/tests/trustless_gateway_car_test.go index 34f42acf8..a81bb772e 100644 --- a/tests/trustless_gateway_car_test.go +++ b/tests/trustless_gateway_car_test.go @@ -398,8 +398,8 @@ func TestTrustlessCarEntityBytes(t *testing.T) { IgnoreRoots(). HasBlocks( missingBlockFixture.MustGetCid(), - // This CID is defined at the SPEC level - // See the recipe for `file-3k-and-3-blocks-missing-block.car` + // This CID is defined at the SPEC level + // See the recipe for `file-3k-and-3-blocks-missing-block.car` "QmPKt7ptM2ZYSGPUc8PmPT2VBkLDK3iqpG9TBJY7PCE9rF", ). Exactly(), @@ -425,8 +425,8 @@ func TestTrustlessCarEntityBytes(t *testing.T) { IgnoreRoots(). HasBlocks( missingBlockFixture.MustGetCid(), - // This CID is defined at the SPEC level - // See the recipe for `file-3k-and-3-blocks-missing-block.car` + // This CID is defined at the SPEC level + // See the recipe for `file-3k-and-3-blocks-missing-block.car` "QmWXY482zQdwecnfBsj78poUUuPXvyw2JAFAEMw4tzTavV", ). Exactly(), @@ -635,8 +635,8 @@ func TestTrustlessCarEntityBytes(t *testing.T) { func TestTrustlessCarOrderAndDuplicates(t *testing.T) { dirWithDuplicateFiles := car.MustOpenUnixfsCar("trustless_gateway_car/dir-with-duplicate-files.car") - // This array is defined at the SPEC level and should not depend on library behavior - // See the recipe for `dir-with-duplicate-files.car` + // This array is defined at the SPEC level and should not depend on library behavior + // See the recipe for `dir-with-duplicate-files.car` multiblockCIDs := []string{ "bafkreie5noke3mb7hqxukzcy73nl23k6lxszxi5w3dtmuwz62wnvkpsscm", "bafkreih4ephajybraj6wnxsbwjwa77fukurtpl7oj7t7pfq545duhot7cq",