1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Added missing unit test categories

This commit is contained in:
ed 2019-04-02 10:25:50 +01:00
parent 97e545cd44
commit e88700be6e
7 changed files with 9 additions and 9 deletions

View file

@ -1814,7 +1814,7 @@ bool WavAudioFormat::replaceMetadataInFile (const File& wavFile, const StringPai
struct WaveAudioFormatTests : public UnitTest
{
WaveAudioFormatTests() : UnitTest ("Wave audio format tests") {}
WaveAudioFormatTests() : UnitTest ("Wave audio format tests", "Audio") {}
void runTest() override
{