Skip to content

Commit

Permalink
missed file
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Apr 7, 2024
1 parent 5d535af commit ddcfd7f
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@

namespace bdata = boost::unit_test::data;

namespace Acts {
namespace Test {
namespace Acts::Test {

using namespace UnitLiterals;

Expand Down Expand Up @@ -321,5 +320,4 @@ BOOST_DATA_TEST_CASE(SpacePointBuilder_basic, bdata::xrange(1), index) {
BOOST_CHECK_EQUAL(spacePoints.size(), 6);
}

} // end of namespace Test
} // namespace Acts
} // namespace Acts::Test

0 comments on commit ddcfd7f

Please sign in to comment.