Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sankarcheppali committed Nov 11, 2020
1 parent f58c204 commit 0b8985a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/connection_spec.rb
Expand Up @@ -50,7 +50,7 @@
expect(@conn.remote_settings[:settings_header_table_size]).to eq 256
end

it 'should reflect settings_max_frame_size recevied from perr' do
it 'should reflect settings_max_frame_size recevied from peer' do
settings = settings_frame
settings[:payload] = [[:settings_max_frame_size, 16_385]]

Expand Down

0 comments on commit 0b8985a

Please sign in to comment.