org.junit.ComparisonFailure: Repository.java: missing (30:42/6): '"true"' (A "String"(type of provided value) cannot be assigned to "boolean"(type of "released"))
expected:<...here("released").is([<warning descr="A \"String\"(type of provided value) cannot be assigned to \"boolean\"(type of \"released\")">"true"</warning>])
)
...> but was:<...here("released").is(["true"])
)
...>