Skip to content

Commit

Permalink
Pass remaining tests
Browse files Browse the repository at this point in the history
  • Loading branch information
abegong committed Aug 18, 2019
1 parent 97d2ea8 commit d3cf07b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tests/data_context/test_data_context_store_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ def totally_empty_data_context(tmp_path_factory):
config = {
"plugins_directory": "plugins/",
"expectations_directory": "expectations/",
"evaluation_parameter_store_name": "not_a_real_store_name",
"datasources": {},
"stores": {},
"data_docs": {
Expand Down Expand Up @@ -57,10 +58,7 @@ def test_add_store(totally_empty_data_context):
"my_inmemory_store",
{
"module_name": "great_expectations.data_context.store",
"class_name": "InMemoryStore",
"store_config": {
"serialization_type": "json"
},
"class_name": "InMemoryStore"
}
)
assert "my_inmemory_store" in totally_empty_data_context.stores.keys()
Expand Down

0 comments on commit d3cf07b

Please sign in to comment.