fix low level issues
This commit is contained in:
+2
-2
@@ -67,10 +67,10 @@ BASE_DETAIL = {
|
||||
|
||||
|
||||
def test_apply_sidecar_title_and_sport():
|
||||
fm = {"title": "Renamed", "sport": "gravel"}
|
||||
fm = {"title": "Renamed", "sport": "running"}
|
||||
result = apply_sidecar(BASE_DETAIL, fm, "")
|
||||
assert result["title"] == "Renamed"
|
||||
assert result["sport"] == "gravel"
|
||||
assert result["sport"] == "running"
|
||||
# Original must be unchanged
|
||||
assert BASE_DETAIL["title"] == "Morning Ride"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user