diff --git a/tests/Acoustics.Test/AnalysisPrograms/Recognizers/GenericRecognizer/GenericRecognizerTests.cs b/tests/Acoustics.Test/AnalysisPrograms/Recognizers/GenericRecognizerTests.cs similarity index 99% rename from tests/Acoustics.Test/AnalysisPrograms/Recognizers/GenericRecognizer/GenericRecognizerTests.cs rename to tests/Acoustics.Test/AnalysisPrograms/Recognizers/GenericRecognizerTests.cs index 12a20cde6..61dc2f147 100644 --- a/tests/Acoustics.Test/AnalysisPrograms/Recognizers/GenericRecognizer/GenericRecognizerTests.cs +++ b/tests/Acoustics.Test/AnalysisPrograms/Recognizers/GenericRecognizerTests.cs @@ -2,7 +2,7 @@ // All code in this file and all associated files are the copyright and property of the QUT Ecoacoustics Research Group (formerly MQUTeR, and formerly QUT Bioacoustics Research Group). // -namespace Acoustics.Test.AnalysisPrograms.Recognizers.GenericRecognizer +namespace Acoustics.Test.AnalysisPrograms.Recognizers { using System; using System.Collections.Generic; diff --git a/tests/Acoustics.Test/AnalysisPrograms/Recognizers/PteropusSp/PteropusSpTests.cs b/tests/Acoustics.Test/AnalysisPrograms/Recognizers/PteropusSpTests.cs similarity index 99% rename from tests/Acoustics.Test/AnalysisPrograms/Recognizers/PteropusSp/PteropusSpTests.cs rename to tests/Acoustics.Test/AnalysisPrograms/Recognizers/PteropusSpTests.cs index 16f5b02de..4d7a1333b 100644 --- a/tests/Acoustics.Test/AnalysisPrograms/Recognizers/PteropusSp/PteropusSpTests.cs +++ b/tests/Acoustics.Test/AnalysisPrograms/Recognizers/PteropusSpTests.cs @@ -2,7 +2,7 @@ // All code in this file and all associated files are the copyright and property of the QUT Ecoacoustics Research Group (formerly MQUTeR, and formerly QUT Bioacoustics Research Group). // -namespace Acoustics.Test.AnalysisPrograms.Recognizers.PteropusSp +namespace Acoustics.Test.AnalysisPrograms.Recognizers { using System; using System.Collections.Generic;