Skip to content

Commit

Permalink
Fix a too early namespace closing
Browse files Browse the repository at this point in the history
  • Loading branch information
franziska-wegner committed Jan 1, 2024
1 parent 9e0ce6e commit 06a3a00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/DataStructures/Graphs/TestPowerGrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

#include "Helper/TestHelper.hpp"

using testing::StrEq;
using ::testing::StrEq;
using ::testing::MatchesRegex;

namespace egoa::test {
Expand Down Expand Up @@ -1195,7 +1195,7 @@ TEST_F ( TestPowerGridAcm2018MtsfFigure4b

// EXPECT_TRUE ( network_.HasGenerator ( static_cast<Types::generatorId>(0) ) );
// EXPECT_EQ ( 1, network_.NumberOfGenerators() );
}
// }
#else
#ifdef EGOA_ENABLE_EXCEPTION_HANDLING
// TEST_F ( TestPowerGridAcm2018MtsfFigure4b
Expand Down

0 comments on commit 06a3a00

Please sign in to comment.