Skip to content

Commit

Permalink
Fix linting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 3, 2024
1 parent 37c7839 commit 52db105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/config/test_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ def test_get_config_file_content(self) -> None:
expected = self.our_config.to_dict()

actual = self.config_loader.get_config_file_content()
self.maxDiff = None

self.assertEqual(expected, actual)

def test_get_config_file_content_yaml_issue(self) -> None:
Expand Down

0 comments on commit 52db105

Please sign in to comment.