Skip to content

Commit

Permalink
better test name
Browse files Browse the repository at this point in the history
  • Loading branch information
ismadirolas committed Feb 9, 2018
1 parent e30ce9d commit b6df57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iam/src/test/java/io/corbel/iam/model/ScopeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void singleScopeBadRulesTest(){
}

@Test
public void test() {
public void getIdWithParametersTest() {
Set<JsonObject> jsonObjectSet = new HashSet<>();
jsonObjectSet.add(new JsonObject());
JsonObject parameters = new JsonObject();
Expand Down

0 comments on commit b6df57c

Please sign in to comment.