Skip to content

Commit

Permalink
fix: updating formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dyga01 committed Nov 22, 2024
1 parent d869151 commit 52ed003
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/input/test_input_gg_checks.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ def test_parse_config_gg_check_in_file_context_contains_file():
def test_parse_config_gg_check_no_file_context_contains_no_file():
"""Test to make sure checks without a file context do not have a file path in GatorGrader arguments."""
# Given a configuration file with a GatorGrader check without a file context
config = Path("tests/input/yml_test_files/gatorgrade_one_gg_check_no_file_context.yml")
config = Path(
"tests/input/yml_test_files/gatorgrade_one_gg_check_no_file_context.yml"
)
# When parse_config is run
output = parse_config(config)
# Then the GatorGrader arguments do not contain a file path
Expand Down

0 comments on commit 52ed003

Please sign in to comment.