Skip to content

Commit ceed558

Browse files
committed
fix: test
1 parent 33fb93c commit ceed558

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

steve/src/test/java/de/rwth/idsg/steve/web/api/TransactionRestControllerTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ public void test7() {
155155
@Test
156156
@DisplayName("Sets all valid params, expected 200")
157157
public void test8() {
158-
var start = OffsetDateTime.parse("2022-10-01T00:00Z");
158+
var start = OffsetDateTime.parse("2022-10-01T00:00:00Z");
159159
var stop = start.plusHours(2);
160160

161161
// given

0 commit comments

Comments
 (0)