Skip to content

Commit

Permalink
failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
odisseus committed Jan 5, 2024
1 parent 8690035 commit 4042ee2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/test/java/io/ipfs/api/APITest.java
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,11 @@ public void addArgsTest() {
assertEquals("args toQueryString() format", "inline=true&cid-version=1", queryStr);
}

@Test
public void failOnPurpose() {
assertEquals(1, 2);
}

// this api is disabled until deployment over IPFS is enabled
private void updateTest() throws IOException {
Object check = ipfs.update.check();
Expand Down

0 comments on commit 4042ee2

Please sign in to comment.