Skip to content

Commit

Permalink
Update effective_dps_test.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
nopenoperson authored Nov 11, 2022
1 parent 34de3e7 commit 915705f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/effective_dps_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ static void check_clubs( const std::function<Approx( const std::string & )> &cal
CHECK( calc_expected_dps( "morningstar" ) == 26.12 );
CHECK( calc_expected_dps( "shillelagh_weighted" ) == 24.17 );
CHECK( calc_expected_dps( "bwirebat" ) == 22.0 );
CHECK( calc_expected_dps( "baton-extended" ) == 12.0 );
CHECK( calc_expected_dps( "baton-extended" ) == 11.35 );
CHECK( calc_expected_dps( "bat_metal" ) == 21.0 );
CHECK( calc_expected_dps( "nailbat" ) == 21.0 );
CHECK( calc_expected_dps( "bat" ) == 20.0 );
Expand Down

0 comments on commit 915705f

Please sign in to comment.