Skip to content

Commit 28192cf

Browse files
committed
Fix syntax of test with small timerange
1 parent 5f962cb commit 28192cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/image/mocks/zz-gl3d_surface_small_timerange.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"x": [0.1, 0.2],
66
"y": [
77
"2024-02-03T10:00:00",
8-
"2024-02-03T11:00:00",
8+
"2024-02-03T11:00:00"
99
],
1010
"z": [
1111
[1001, 1002],
@@ -40,4 +40,4 @@
4040
}
4141
}
4242
}
43-
}
43+
}

0 commit comments

Comments
 (0)