Skip to content

Commit

Permalink
codacy update -2
Browse files Browse the repository at this point in the history
  • Loading branch information
SebaMutuku committed Jun 28, 2022
1 parent 1d7782f commit beca73b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ public void testGetValueFromAddress() throws Exception {
String[] address = {"address1:one", "address2:two", "address3:three"};
JSONObject jsonObject = Mockito.mock(JSONObject.class);
activity = new JsonFormActivity();
view = Mockito.mock(View.class);
Facts facts = Whitebox.invokeMethod(activity, "getValueFromAddress", address, true, jsonObject);
assertNotNull(facts);

Expand Down

0 comments on commit beca73b

Please sign in to comment.