Skip to content

Commit 8690035

Browse files
committed
linter fix
1 parent 793177a commit 8690035

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/ipfs/api/APITest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ public void addArgsTest() {
939939
}
940940

941941
// this api is disabled until deployment over IPFS is enabled
942-
public void updateTest() throws IOException {
942+
private void updateTest() throws IOException {
943943
Object check = ipfs.update.check();
944944
Object update = ipfs.update();
945945
}

0 commit comments

Comments
 (0)