Skip to content

Commit

Permalink
Fixing lesson4 test with a referenced commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers committed May 21, 2024
1 parent e55b633 commit a816d67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lesson4.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ def test_exercise2():
cmd_list = [GIT, "branch", "-vv"]
std_out, _, _ = subprocess_runner(cmd_list, L4_REPOSITORY, check_errors=True)
assert re.search(r"\*.l4\-testing.*89c7b24.\[origin.l4\-testing\]", std_out)
assert re.search(r"\s*main\s*b1b6939.\[origin.main\]", std_out)
assert re.search(r"\s*main.*\[origin.main\]", std_out)

0 comments on commit a816d67

Please sign in to comment.