Skip to content

Commit

Permalink
unit test update
Browse files Browse the repository at this point in the history
  • Loading branch information
vlntb committed Jan 24, 2025
1 parent 2579458 commit 5d1a05d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/resource/Logic_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ class ResourceManager_test : public beast::unit_test::suite

TestLogic logic(j);

Charge const fee(dropThreshold + 1);
Charge const fee(dropThreshold);
fee.update(1, "testDrop");
beast::IP::Endpoint const addr(
beast::IP::Endpoint::from_string("192.0.2.2"));

Expand Down

0 comments on commit 5d1a05d

Please sign in to comment.