We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d74279c commit 120a56dCopy full SHA for 120a56d
test/ex_webrtc/rtp/vp8_test.exs
@@ -28,7 +28,7 @@ defmodule ExWebRTC.RTP.VP8Test do
28
assert not VP8.keyframe?(packet2)
29
30
# https://github.com/elixir-webrtc/ex_webrtc/issues/234
31
- {:ok, binary_packet3} = File.read(@vp8_packet)
+ binary_packet3 = File.read!(@vp8_packet)
32
packet3 = :erlang.binary_to_term(binary_packet3)
33
assert not VP8.keyframe?(packet3)
34
end
0 commit comments