diff --git a/src/test/resources/internal/fault-section.geojson b/src/test/resources/internal/fault-section.geojson
new file mode 100644
index 0000000000000000000000000000000000000000..0f40857d99961e2a07f8db62ffe612f7c0b282b9
--- /dev/null
+++ b/src/test/resources/internal/fault-section.geojson
@@ -0,0 +1,24 @@
+{
+  "type": "Feature",
+  "id": 706,
+  "geometry": {
+    "type": "LineString",
+    "coordinates": [
+      [-118.89012, 34.80760],
+      [-119.03009, 34.82896],
+      [-119.21000, 34.86390],
+      [-119.36286, 34.91571],
+      [-119.40290, 34.94410]
+    ]
+  },
+  "properties": {
+    "name": "San Andreas (Big Bend)",
+    "state": "CA",
+    "upperDepth": 0.0,
+    "lowerDepth": 15.0,
+    "dip": 90.0,
+    "rake": 180.0,
+    "rate": 34.0,
+    "rateType": "SLIP_RATE"
+  }
+}