Skip to content

Commit

Permalink
Merge pull request #4129 from geoadmin/fix-integration-test
Browse files Browse the repository at this point in the history
fixing test: zeitreihen 2021 has been added
  • Loading branch information
rebert authored Feb 16, 2023
2 parents 94ee316 + 4b22f28 commit 63f908b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_features_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def test_scale_25000(self):
"18791231", "18821231", "18841231", "18961231", "18971231", "19011231",
"19131231", "19311231", "19421231", "19551231", "19571231", "19641231",
"19701231", "19761231", "19821231", "19881231", "19941231", "20001231",
"20061231", "20121231", "20181231"]
"20061231", "20121231", "20181231", "20211231"]
for idx, i in enumerate(ist):
self.assertEqual(i, soll[idx], str(idx))

Expand Down

0 comments on commit 63f908b

Please sign in to comment.