Skip to content

Commit

Permalink
black formatting (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorfturner authored Nov 14, 2023
1 parent 302a458 commit acc1cec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file.
4 changes: 3 additions & 1 deletion dataprofiler/tests/plugins/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ def test_plugin():

expected_default_dict = defaultdict(dict)
expected_default_dict["test"]["mock_test"] = test_plugin
self.assertDictEqual(expected_default_dict, mock_plugin_dict)
self.assertDictEqual(
expected_default_dict["test"], mock_plugin_dict["test"]
)

test_get_dict = get_plugins("test")
self.assertDictEqual({"mock_test": test_plugin}, test_get_dict)
Expand Down

0 comments on commit acc1cec

Please sign in to comment.