Skip to content

Commit e77e49a

Browse files
committed
shell: fix test since the tests aren't using the base32 stuff yet
1 parent 419435f commit e77e49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shell_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ func TestDagPut(t *testing.T) {
320320

321321
c, err := s.DagPut(`{"x": "abc","y":"def"}`, "json", "cbor")
322322
is.Nil(err)
323-
is.Equal(c, "bafyreidrm3r2k6vlxqp2fk47sboeycf7apddib47w7cyagrajtpaxxl2pi")
323+
is.Equal(c, "zdpuAt47YjE9XTgSxUBkiYCbmnktKajQNheQBGASHj3FfYf8M")
324324
}
325325

326326
func TestDagPutWithOpts(t *testing.T) {
@@ -329,7 +329,7 @@ func TestDagPutWithOpts(t *testing.T) {
329329

330330
c, err := s.DagPutWithOpts(`{"x": "abc","y":"def"}`, options.Dag.Pin("true"))
331331
is.Nil(err)
332-
is.Equal(c, "bafyreidrm3r2k6vlxqp2fk47sboeycf7apddib47w7cyagrajtpaxxl2pi")
332+
is.Equal(c, "zdpuAt47YjE9XTgSxUBkiYCbmnktKajQNheQBGASHj3FfYf8M")
333333
}
334334

335335
func TestStatsBW(t *testing.T) {

0 commit comments

Comments
 (0)