Skip to content

Commit

Permalink
Use SetUpTestSuite instead of SetUpTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
beomki-yeo committed Nov 17, 2023
1 parent a955395 commit 96a6d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/common/tests/kalman_fitting_telescope_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class KalmanFittingTelescopeTests : public KalmanFittingTests {
}

protected:
static void SetUpTestCase() {
static void SetUpTestSuite() {
vecmem::host_memory_resource host_mr;

detray::tel_det_config<> tel_cfg{rectangle};
Expand Down
2 changes: 1 addition & 1 deletion tests/common/tests/kalman_fitting_wire_chamber_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class KalmanFittingWireChamberTests : public KalmanFittingTests {
}

protected:
static void SetUpTestCase() {
static void SetUpTestSuite() {
vecmem::host_memory_resource host_mr;

detray::wire_chamber_config wire_chamber_cfg;
Expand Down

0 comments on commit 96a6d5d

Please sign in to comment.