Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yangky11 committed Aug 5, 2024
1 parent e662bc5 commit ddfe9c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/interaction/test_tactics.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,10 @@ def test_example_length_le(batteries_repo: LeanGitRepo) -> None:
thm = Theorem(
batteries_repo,
"Batteries/Data/List/Lemmas.lean",
"List.IsSuffix.length_le",
"List.disjoint_of_disjoint_append_right_right",
)
with Dojo(thm) as (dojo, s0):
s1 = dojo.run_tac(s0, "exact h.sublist.length_le")
s1 = dojo.run_tac(s0, "exact (disjoint_append_right.1 d).2")
assert isinstance(s1, ProofFinished)
assert dojo.is_successful

Expand Down

0 comments on commit ddfe9c5

Please sign in to comment.