Skip to content

Commit

Permalink
Update broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Mar 29, 2015
1 parent 2dde77d commit 823bfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_playback.py
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ def test_music_delivery_consumes_zero_frames_if_audio_fails(
def test_end_of_track_callback(session_mock, audio_mock):
playback.end_of_track_callback(session_mock, audio_mock)

audio_mock.emit_end_of_stream.assert_called_once_with()
audio_mock.emit_data.assert_called_once_with(None)


def test_buffer_timestamp_wrapper():
Expand Down

0 comments on commit 823bfef

Please sign in to comment.