Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pablopunk committed Sep 17, 2024
1 parent 515b768 commit ab8b369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/unclutter/tabline_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe("Tabpage section", function()

it("creates tabpage section for multiple tabpages", function()
M.make_tabpage_section()
assert.are.equal(" Tab 2/3 ", M.tabpage_section)
assert.are.equal(" 2/3 ", M.tabpage_section)
end)

it("creates no tabpage section for a single tabpage", function()
Expand Down

0 comments on commit ab8b369

Please sign in to comment.