Skip to content

Commit

Permalink
Changed namespaces for test classes
Browse files Browse the repository at this point in the history
Issue #319
  • Loading branch information
towsey authored and atruskie committed May 29, 2020
1 parent a3cd479 commit 500010e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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).
// </copyright>

namespace Acoustics.Test.AnalysisPrograms.Recognizers.GenericRecognizer
namespace Acoustics.Test.AnalysisPrograms.Recognizers
{
using System;
using System.Collections.Generic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
// </copyright>

namespace Acoustics.Test.AnalysisPrograms.Recognizers.PteropusSp
namespace Acoustics.Test.AnalysisPrograms.Recognizers
{
using System;
using System.Collections.Generic;
Expand Down

0 comments on commit 500010e

Please sign in to comment.