Skip to content

Commit

Permalink
Removing test for isPlaying since method has been removed
Browse files Browse the repository at this point in the history
  • Loading branch information
dturner committed Oct 2, 2018
1 parent dfadd45 commit 8893e66
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/testStreamClosedMethods.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -201,12 +201,6 @@ TEST_F(StreamClosedReturnValues, GetFramesPerBurstReturnsLastKnownValue){
ASSERT_EQ(mStream->getFramesPerBurst(), f);
}

TEST_F(StreamClosedReturnValues, IsPlayingReturnsFalse){

openAndCloseStream();
ASSERT_FALSE(mStream->isPlaying());
}

TEST_F(StreamClosedReturnValues, GetBytesPerFrameReturnsLastKnownValue){
openStream();
auto f = mStream->getBytesPerFrame();
Expand Down

0 comments on commit 8893e66

Please sign in to comment.