Skip to content

Commit

Permalink
fix(tests): update tests with facet groups
Browse files Browse the repository at this point in the history
  • Loading branch information
mirekys committed Feb 26, 2024
1 parent 8acd111 commit cb59ceb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_datatype_prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def test_prepare_datatype():
"facets": {
"generate": True,
"module": "my.test.services.records.facets",
'groups': True,
"extra-code": "",
},
"record": {
Expand Down
1 change: 1 addition & 0 deletions tests/test_model_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ def test_model_saver():
"facets": {
"generate": True,
"module": "test.services.records.facets",
'groups': True,
"extra-code": "",
},
"record": {
Expand Down

0 comments on commit cb59ceb

Please sign in to comment.