Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Merge branch 'feature/audio-module' of github.com:MGTheTrain/cpp-samp…
Browse files Browse the repository at this point in the history
…le-bindings into feature/audio-module
  • Loading branch information
MGTheTrain committed Apr 17, 2024
2 parents 3def80e + 8d5574d commit 5184b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/audio/test/audio-test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#ifdef MGTT_AUDIO_TEST

#include <gtest/gtest.h>
#include <audio.h>
#include <gtest/gtest.h>

// Test fixture for audio functions
class AudioPlaybackTest : public ::testing::Test {
Expand Down Expand Up @@ -57,4 +57,4 @@ TEST_F(AudioPlaybackTest, CloseAudioFileTest) {
closeAudioFile(&audioData);
}

#endif
#endif

0 comments on commit 5184b15

Please sign in to comment.