From a2845de1aa1fb93c20385d62c5eab21dcda619f4 Mon Sep 17 00:00:00 2001
From: "niehues.mark@gmail.com" <niehues.mark@gmail.com>
Date: Tue, 21 Apr 2020 19:25:25 +0200
Subject: [PATCH] minor

---
 tests/osm/static/raesfeld_coordinates.csv | 4 ++++
 tests/osm/static/raesfeld_coordinates.txt | 4 ----
 2 files changed, 4 insertions(+), 4 deletions(-)
 create mode 100644 tests/osm/static/raesfeld_coordinates.csv
 delete mode 100644 tests/osm/static/raesfeld_coordinates.txt

diff --git a/tests/osm/static/raesfeld_coordinates.csv b/tests/osm/static/raesfeld_coordinates.csv
new file mode 100644
index 0000000..5fb0dd8
--- /dev/null
+++ b/tests/osm/static/raesfeld_coordinates.csv
@@ -0,0 +1,4 @@
+lat, long
+51.7806, 6.8067
+51.7570, 6.8741
+
diff --git a/tests/osm/static/raesfeld_coordinates.txt b/tests/osm/static/raesfeld_coordinates.txt
deleted file mode 100644
index d3b257f..0000000
--- a/tests/osm/static/raesfeld_coordinates.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-lat, long
-(51.7806, 6.8067)
-(51.7570, 6.8741)
-
-- 
GitLab