Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
SethHorsley committed Oct 29, 2024
1 parent f723e68 commit 2579587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rbui/inline_code_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class RBUI::InlineCodeTest < Minitest::Test

def test_render_inline_code
output = phlex_context do
RBUI::InlineCode { "This is an inline code block" }
RBUI::InlineCode() { "This is an inline code block" }
end

assert_match("This is an inline code block", output)
Expand Down

0 comments on commit 2579587

Please sign in to comment.