Skip to content

Commit

Permalink
revert accidental refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Raffaello committed Nov 12, 2023
1 parent 303e4c2 commit a10b0c4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ namespace HyperSonicDrivers::hardware
FAIL();
}

TEST(PCSpeaker, isActive)
TEST(PCSpeaker, isPlaying)
{
PCSpeaker pcSpeaker(44100, 8);
pcSpeaker.play(PCSpeaker::eWaveForm::SINE, 440, 1);
Expand Down

0 comments on commit a10b0c4

Please sign in to comment.