Skip to content

Commit

Permalink
BTS PR 1733
Browse files Browse the repository at this point in the history
  • Loading branch information
manikey123 committed Aug 12, 2019
1 parent 85cd2d3 commit 193d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/database_fixture.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ struct database_fixture {

vector< operation_history_object > get_operation_history( account_id_type account_id )const;
vector< graphene::market_history::order_history_object > get_market_order_history( asset_id_type a, asset_id_type b )const;
void validation_api_limits_inputs(string & current_test_name) const;
bool validation_current_test_name_for_setting_api_limit (string & current_test_name) const;
};

namespace test {
Expand Down

0 comments on commit 193d30e

Please sign in to comment.