|
Change Variable Type firstResultExpected : Map<String,String> to firstResultExpected : Map<String,Object> in method public shouldGiveNiceMessageAtFailWhenTryingToKillMoreThenOne() : void in class org.neo4j.server.security.enterprise.auth.ConfiguredProceduresTestBase |
From |
To |
|
Change Variable Type secoundResultExpected : Map<String,String> to secoundResultExpected : Map<String,Object> in method public shouldGiveNiceMessageAtFailWhenTryingToKillMoreThenOne() : void in class org.neo4j.server.security.enterprise.auth.ConfiguredProceduresTestBase |
From |
To |
|
Change Variable Type expected : Map<String,String> to expected : Map<String,Object> in method public shouldGiveNiceMessageAtFailWhenTryingToKill() : void in class org.neo4j.server.security.enterprise.auth.ConfiguredProceduresTestBase |
From |
To |
|
Change Variable Type expected : Set<Map<String,String>> to expected : Set<Map<String,Object>> in method public shouldGiveNiceMessageAtFailWhenTryingToKillMoreThenOne() : void in class org.neo4j.server.security.enterprise.auth.ConfiguredProceduresTestBase |
From |
To |