add missing namePrefix to assertion
This commit is contained in:
parent
d910b801cf
commit
35d7fca8f9
@ -88,7 +88,7 @@ class MapperUnitTest {
|
|||||||
);
|
);
|
||||||
|
|
||||||
assertThat(exception).isInstanceOf(ValidationException.class)
|
assertThat(exception).isInstanceOf(ValidationException.class)
|
||||||
.hasMessage("Unable to find SubTargetBean1 by uuid: " + GIVEN_UUID);
|
.hasMessage("Unable to find SubTargetBean1 by s1.uuid: " + GIVEN_UUID);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
@ -101,7 +101,7 @@ class MapperUnitTest {
|
|||||||
);
|
);
|
||||||
|
|
||||||
assertThat(exception).isInstanceOf(ValidationException.class)
|
assertThat(exception).isInstanceOf(ValidationException.class)
|
||||||
.hasMessage("Unable to find SomeDisplayName by uuid: " + GIVEN_UUID);
|
.hasMessage("Unable to find SomeDisplayName by s2.uuid: " + GIVEN_UUID);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
|
Loading…
Reference in New Issue
Block a user