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 793177a commit 8690035Copy full SHA for 8690035
src/test/java/io/ipfs/api/APITest.java
@@ -939,7 +939,7 @@ public void addArgsTest() {
939
}
940
941
// this api is disabled until deployment over IPFS is enabled
942
- public void updateTest() throws IOException {
+ private void updateTest() throws IOException {
943
Object check = ipfs.update.check();
944
Object update = ipfs.update();
945
0 commit comments