Skip to content

Commit

Permalink
fix: テストがビルドできない問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yutotnh committed Sep 11, 2023
1 parent b78b9a5 commit 08d0142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_Motor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ TEST(Motor, InitValueTest)
EXPECT_EQ(motor.get_sleep(), sleep);

// Errorが発生していないことを確認
EXPECT_EQ(erError::get_instance().get_status(), spirit::Error::Status::Normal);
EXPECT_EQ(Error::get_instance().get_status(), spirit::Error::Status::Normal);
}

/**
Expand Down

0 comments on commit 08d0142

Please sign in to comment.