Skip to content

Commit 8893e66

Browse files
committed
Removing test for isPlaying since method has been removed
1 parent dfadd45 commit 8893e66

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/testStreamClosedMethods.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,6 @@ TEST_F(StreamClosedReturnValues, GetFramesPerBurstReturnsLastKnownValue){
201201
ASSERT_EQ(mStream->getFramesPerBurst(), f);
202202
}
203203

204-
TEST_F(StreamClosedReturnValues, IsPlayingReturnsFalse){
205-
206-
openAndCloseStream();
207-
ASSERT_FALSE(mStream->isPlaying());
208-
}
209-
210204
TEST_F(StreamClosedReturnValues, GetBytesPerFrameReturnsLastKnownValue){
211205
openStream();
212206
auto f = mStream->getBytesPerFrame();

0 commit comments

Comments
 (0)