Skip to content

Commit

Permalink
Improve test case per feedback on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
aymanhab committed Jun 27, 2023
1 parent a9b6b24 commit af17831
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Bindings/Java/tests/TestEditProperties.java
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ public static void main(String[] args) {
assert propertyStringList.getValue(0).equals("Output0");
propertyStringList.removeValueAtIndex(0);
assert propertyStringList.size()==1;
assert propertyStringList.getValue(0).equals("Output2");
System.out.println("Test finished!");
System.exit(0);
}
Expand Down

0 comments on commit af17831

Please sign in to comment.