Skip to content

Commit 9cd4dab

Browse files
committed
test: legacy-cid-v1
1 parent f6c6a28 commit 9cd4dab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/cli/add_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ func TestAdd(t *testing.T) {
106106
require.Equal(t, shortStringCidV0, cidStr)
107107
})
108108

109-
t.Run("ipfs init --profile=test-cid-v1 produces modern CIDv1", func(t *testing.T) {
109+
t.Run("ipfs init --profile=legacy-cid-v1 produces modern CIDv1", func(t *testing.T) {
110110
t.Parallel()
111-
node := harness.NewT(t).NewNode().Init("--profile=test-cid-v1")
111+
node := harness.NewT(t).NewNode().Init("--profile=legacy-cid-v1")
112112
node.StartDaemon()
113113
defer node.StopDaemon()
114114

0 commit comments

Comments
 (0)