Skip to content

Commit 4bebf10

Browse files
committed
attempting to fix import model integration tests
1 parent 074c01d commit 4bebf10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_import_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def test_import_model(hmeq_dataset):
6262
model_files = {
6363
"Test.json": json.dumps({"Test": True, "TestNum": 1}),
6464
"Other_Test.json": json.dumps({"Other": None, "TestNum": 2}),
65+
"ModelProperties.json": json.dumps({"Model": 'Test'}),
6566
"inputVar.json": json.dumps(
6667
[
6768
{"name": "LOAN", "level": "interval", "type": "decimal", "length": 8},

0 commit comments

Comments
 (0)