Skip to content

Commit 67dd84f

Browse files
aspizuadazem009
authored andcommitted
Fix test name for RandIntExcept.
1 parent 5354253 commit 67dd84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/randomgenerator/randomgenerator_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ TEST(RandomGeneratorTest, RandIntDouble)
4444
}
4545
}
4646

47-
TEST(RandomGeneratorTest, RandInt)
47+
TEST(RandomGeneratorTest, RandIntExcept)
4848
{
4949
auto rng = RandomGenerator::instance();
5050
ASSERT_TRUE(rng);

0 commit comments

Comments
 (0)