Skip to content

Commit

Permalink
fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Nov 9, 2024
1 parent 9233e53 commit e6e6696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defmodule Phoenix.LiveDashboard.TitleBarComponentTest do
)

assert result =~ "123"
assert result =~ ~R|<style nonce="style_nonce">\s*#.*\{width:0.1%\}|
assert result =~ ~r|<style nonce="style_nonce">\s*#.*\{width:0.1%\}|
assert result =~ "div class=\"test-class\""
end
end
Expand Down

0 comments on commit e6e6696

Please sign in to comment.