Skip to content

Commit

Permalink
Update the Lean version for our sample project.
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed May 17, 2024
1 parent 7219481 commit bfef3cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lua/tests/fixtures/example-project/lean-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
leanprover/lean4:v4.5.0-rc1
leanprover/lean4:v4.8.0-rc1
4 changes: 2 additions & 2 deletions lua/tests/infoview/contents_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ describe('infoview content (auto-)update', function()
assert.infoview_contents.are [[
▶ 2 goals
case zero
Nat.zero = Nat.zero
0 = 0
case succ
n✝ : Nat
Nat.succ n✝ = Nat.succ n✝
⊢ n✝ + 1 = n✝ + 1
]]
end)

Expand Down

0 comments on commit bfef3cb

Please sign in to comment.