Skip to content

Commit 8e3d0ae

Browse files
committed
Update main.cpp
1 parent 487d9ad commit 8e3d0ae

File tree

1 file changed

+1
-1
lines changed
  • spartanPAGE/001 - Name Generator - tests

1 file changed

+1
-1
lines changed

spartanPAGE/001 - Name Generator - tests/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
TEST_CASE("RandomNameGenerator works well without arguments", "[RandomNameGenerator]"){
77
int seed = 5;
8-
std::default_random_engine re(5);
8+
std::default_random_engine re(seed);
99
SECTION("A RandomNameGenerator with \"\" in constructor and 0's in call()"){
1010
RandomNameGenerator<> rng(
1111
RandomNameGenerator<>::Prefixes{""},

0 commit comments

Comments
 (0)