Skip to content
Snippets Groups Projects
Commit 87da2e1f authored by Stefano Borini's avatar Stefano Borini
Browse files

Fixed second test

parent 26aa165a
No related branches found
No related tags found
1 merge request!121Renamed kpi to is_kpi
......@@ -56,12 +56,12 @@ class TestBaseKPICalculatorModel(unittest.TestCase):
{
"__traits_version__": "4.6.0",
"name": "baz",
"kpi": False,
"is_kpi": False,
},
{
"__traits_version__": "4.6.0",
"name": "quux",
"kpi": False,
"is_kpi": False,
}
]
})
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment