Skip to content

Commit

Permalink
Addressing pull request findings.
Browse files Browse the repository at this point in the history
Removing #include "bat/ledger/option_keys.h" where applicable.
  • Loading branch information
szilardszaloki committed Jun 15, 2021
1 parent fbf7d7c commit 6e1301e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "bat/ledger/internal/ledger_impl.h"
#include "bat/ledger/internal/logging/event_log_keys.h"
#include "bat/ledger/internal/uphold/uphold_util.h"
#include "bat/ledger/option_keys.h"

using std::placeholders::_1;
using std::placeholders::_2;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
#include "bat/ledger/internal/ledger_impl_mock.h"
#include "bat/ledger/internal/state/state_keys.h"
#include "bat/ledger/internal/uphold/uphold_authorization.h"
#include "bat/ledger/option_keys.h"
#include "net/http/http_status_code.h"

// npm run test -- brave_unit_tests --filter=UpholdAuthorizationTest*
// npm run test -- brave_unit_tests --filter=UpholdAuthorization*

using ::testing::_;
using ::testing::Invoke;
Expand Down

0 comments on commit 6e1301e

Please sign in to comment.