We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6c6a28 commit 9cd4dabCopy full SHA for 9cd4dab
test/cli/add_test.go
@@ -106,9 +106,9 @@ func TestAdd(t *testing.T) {
106
require.Equal(t, shortStringCidV0, cidStr)
107
})
108
109
- t.Run("ipfs init --profile=test-cid-v1 produces modern CIDv1", func(t *testing.T) {
+ t.Run("ipfs init --profile=legacy-cid-v1 produces modern CIDv1", func(t *testing.T) {
110
t.Parallel()
111
- node := harness.NewT(t).NewNode().Init("--profile=test-cid-v1")
+ node := harness.NewT(t).NewNode().Init("--profile=legacy-cid-v1")
112
node.StartDaemon()
113
defer node.StopDaemon()
114
0 commit comments