Skip to content

Commit cfd512c

Browse files
committed
test_boundary_injector: rename tests
1 parent 6dd7710 commit cfd512c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/libpsc/tests/test_boundary_injector.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#include "OutputFieldsDefault.h"
1010
#include "../psc_config.hxx"
1111

12-
TEST(InjectorBoundaryInflowTest, ParticleGeneratorMaxwellianTest)
12+
TEST(BoundaryInjectorTest, ParticleGeneratorMaxwellianTest)
1313
{
1414
int kind_idx = 15;
1515
Grid_t::Kind kind{1.0, 1836.0, "ion"};
@@ -108,7 +108,7 @@ struct ParticleGenerator
108108
int n_injected = 0;
109109
};
110110

111-
TEST(InjectorBoundaryInflowTest, Integration1Particle)
111+
TEST(BoundaryInjectorTest, Integration1Particle)
112112
{
113113
// ----------------------------------------------------------------------
114114
// setup
@@ -170,7 +170,7 @@ TEST(InjectorBoundaryInflowTest, Integration1Particle)
170170
ASSERT_EQ(prts.size(), 1);
171171
}
172172

173-
TEST(InjectorBoundaryInflowTest, IntegrationManyParticles)
173+
TEST(BoundaryInjectorTest, IntegrationManyParticles)
174174
{
175175
// ----------------------------------------------------------------------
176176
// setup

0 commit comments

Comments
 (0)