Skip to content

Commit

Permalink
fix: go formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hacdias committed Jul 26, 2023
1 parent 5e5b08f commit 8b2c2c7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/trustless_gateway_car_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand All @@ -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(),
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 8b2c2c7

Please sign in to comment.