Skip to content

Commit

Permalink
Fix staging_area_tests.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebarlas committed Sep 3, 2024
1 parent 4ebea60 commit 3df1121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/net/staging_area_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

TEST_CASE("Add score", "[staging]")
{
trippin::Transport t{"localhost", 8080, 1, 10};
trippin::Transport t{"localhost", 8080, 1, 0, 10};
trippin::StagingArea sa{t};
sa.addScore({"abc123", 1, 100, "ABC", {}});
auto scores = sa.getTodayScores(10);
Expand Down

0 comments on commit 3df1121

Please sign in to comment.