Skip to content

Commit

Permalink
Fix broken test for GoldSrcSocket
Browse files Browse the repository at this point in the history
  • Loading branch information
koraktor committed Dec 17, 2015
1 parent c94bf0f commit 5d2e4ba
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ class TestGoldSrcSocket < Test::Unit::TestCase
should 'send wrapped up RCON requests' do
packet = mock
Servers::Packets::RCON::RCONGoldSrcRequest.expects(:new).with('test').returns packet
@socket.expects(:send).with packet
@socket.expects(:send_packet).with packet

@socket.rcon_send 'test'
end
Expand Down

0 comments on commit 5d2e4ba

Please sign in to comment.