diff --git a/modules/db/tests/test_linear_db.py b/modules/db/tests/test_linear_db.py
index 8350c991808f14779982af1cbd6f12a7c43e6226..dc4b79c31cb473784b6e6f4250738ef3ecfd6cbe 100644
--- a/modules/db/tests/test_linear_db.py
+++ b/modules/db/tests/test_linear_db.py
@@ -183,8 +183,8 @@ class TestLinearDB(unittest.TestCase):
     pos_2.append(geom.Vec3(-50000.34, -32.43, -33.2222))
     pos_2.append(geom.Vec3(50000.34, 32.43, 33.2222))
 
-    pos_3.append(geom.Vec3(87.909, 65.222, 1000.555))
-    pos_3.append(geom.Vec3(87.909, 65.222, 1000.555))
+    pos_3.append(geom.Vec3(87.909, 65.222, 1000.556))
+    pos_3.append(geom.Vec3(87.909, 65.222, 1000.556))
 
     # get the rounded target values (the accuracy with which they)
     # are stored in the container)