Skip to content

Commit

Permalink
rename test method to lowlevel_error
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinxiao committed Apr 22, 2021
1 parent c2a8067 commit 0428303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_puma_server.rb
Expand Up @@ -285,7 +285,7 @@ def test_force_shutdown_custom_error_message
assert_match(/{}\n$/, data)
end

def test_low_level_error_message
def test_lowlevel_error_message
skip_if :windows
@server = Puma::Server.new @app, @events, {:force_shutdown_after => 2}

Expand Down

0 comments on commit 0428303

Please sign in to comment.