[Minor] Code cleanup and replace deprecated calls

This commit is contained in:
Robert von Burg 2020-08-19 14:48:46 +02:00
parent 6e910854e2
commit 8066f8d61a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ public abstract class BaseTest {
order.setId(id);
order.setState(State.CREATED);
order.setDate(LocalDateTime.of(117, 10, 1, 0, 0));
order.setDate(LocalDateTime.of(2017, 11, 1, 0, 0));
ParameterBag bag = new ParameterBag();
bag.setId("testBag");