Skip to content

Commit

Permalink
fix: 名前空間を2023から2024へ変更
Browse files Browse the repository at this point in the history
  • Loading branch information
YKhm20020 committed Jun 8, 2024
1 parent 7b62871 commit 057b76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/MileageTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#include <cmath>
#include <gtest/gtest.h>

namespace etrobocon2023_test {
namespace etrobocon2024_test {
TEST(MileageTest, calculateMileage)
{
double radius = 50.0;
Expand Down Expand Up @@ -44,4 +44,4 @@ namespace etrobocon2023_test {
double actual = Mileage::calculateMileage(rightAngle, leftAngle);
EXPECT_DOUBLE_EQ(expected, actual);
}
} // namespace etrobocon2023_test
} // namespace etrobocon2024_test

0 comments on commit 057b76b

Please sign in to comment.