Skip to content
This repository was archived by the owner on Oct 23, 2022. It is now read-only.

Commit dff2dfb

Browse files
committed
test: fix go-ipfs 0.7 interop tests
Signed-off-by: ljedrz <ljedrz@gmail.com>
1 parent cca0956 commit dff2dfb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/common/interop.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@ pub mod common {
5959
.arg("init")
6060
.arg("-p")
6161
.arg("test")
62-
.arg("--bits")
63-
.arg("2048")
6462
.stdout(Stdio::null())
6563
.status()
6664
.unwrap();

0 commit comments

Comments
 (0)