Skip to content

Commit a3820da

Browse files
authored
Replaces 'last_updated' and related timestamps in multiple test fixture files with values respecting the minimum allowed timestamp for this field. No logic changes or new functionality introduced. (#172)
1 parent 83ba799 commit a3820da

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

testFixtures/v2.3/gbfs_versions.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_updated": 1434054678,
2+
"last_updated": 1751437263,
33
"ttl": 0,
44
"version": "2.3",
55
"data": {

testFixtures/v2.3/geofencing_zones.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_updated": 1434054678,
2+
"last_updated": 1751437263,
33
"ttl": 0,
44
"version": "2.3",
55
"data": {

testFixtures/v2.3/station_information.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_updated": 1434054678,
2+
"last_updated": 1751437263,
33
"ttl": 0,
44
"version": "2.3",
55
"data": {

testFixtures/v2.3/station_status.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_updated": 1434054678,
2+
"last_updated": 1751437263,
33
"ttl": 0,
44
"version": "2.3",
55
"data": {
@@ -9,7 +9,7 @@
99
"is_installed": true,
1010
"is_renting": true,
1111
"is_returning": true,
12-
"last_reported": 1434054678,
12+
"last_reported": 1751437263,
1313
"num_docks_available": 3,
1414
"vehicle_docks_available": [
1515
{
@@ -38,7 +38,7 @@
3838
"is_installed": true,
3939
"is_renting": true,
4040
"is_returning": true,
41-
"last_reported": 1434054678,
41+
"last_reported": 1751437263,
4242
"num_docks_available": 8,
4343
"vehicle_docks_available": [
4444
{

testFixtures/v2.3/system_alerts.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_updated": 1434054678,
2+
"last_updated": 1751434987,
33
"ttl": 0,
44
"version": "2.3",
55
"data": {
@@ -9,14 +9,14 @@
99
"type": "station_closure",
1010
"times": [
1111
{
12-
"start": 1434054678,
13-
"end": 1434054987
12+
"start": 1751437263,
13+
"end": 1751434987
1414
}
1515
],
1616
"station_ids": ["TST:Station:1"],
1717
"summary": "Closed for maintenance",
1818
"description": "Station is closed to install more docks.",
19-
"last_updated": 1434054678
19+
"last_updated": 1751434987
2020
}
2121
]
2222
}

testFixtures/v2.3/system_calendar.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_updated": 1434054678,
2+
"last_updated": 1751437263,
33
"ttl": 0,
44
"version": "2.3",
55
"data": {

testFixtures/v2.3/system_hours.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"last_updated": 1434054678,
2+
"last_updated": 1751437263,
33
"ttl": 0,
44
"version": "2.3",
55
"data": {

0 commit comments

Comments
 (0)