Skip to content

Commit

Permalink
rename of test
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-pol committed Aug 29, 2024
1 parent 8d316a6 commit 6e45a2c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,10 @@ public void doCall_is_happy() throws Exception {
}

@Test
public void doCall_with_dir_as_json() throws Exception {
public void doCall_with_dir_as_json_file_fails() throws Exception {

var metadataKeys = new HashMap<String, String>();
var jsonFile = "src/test/resources/debug-etc"; // invalid json file, don't care
var jsonFile = "src/test/resources/debug-etc";
var client = new DataverseClient(new DataverseClientConfig(new URI("http://localhost:8080"), "apiToken"));

// command under test
Expand Down

0 comments on commit 6e45a2c

Please sign in to comment.