Skip to content

Commit 120a56d

Browse files
committed
Requested changes
1 parent d74279c commit 120a56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ex_webrtc/rtp/vp8_test.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule ExWebRTC.RTP.VP8Test do
2828
assert not VP8.keyframe?(packet2)
2929

3030
# https://github.com/elixir-webrtc/ex_webrtc/issues/234
31-
{:ok, binary_packet3} = File.read(@vp8_packet)
31+
binary_packet3 = File.read!(@vp8_packet)
3232
packet3 = :erlang.binary_to_term(binary_packet3)
3333
assert not VP8.keyframe?(packet3)
3434
end

0 commit comments

Comments
 (0)