Skip to content

Commit

Permalink
Make the processing idempotent.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Feb 25, 2023
1 parent 6bb429b commit 33c0137
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
9 changes: 3 additions & 6 deletions base/bundle_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,12 @@
#include "testing_utilities/matchers.hpp"

namespace principia {

using ::testing::Eq;

using namespace std::chrono_literals;

namespace base {

using principia::testing_utilities::StatusIs;
using testing_utilities::StatusIs;
using ::testing::Eq;
using namespace principia::base::_bundle;
using namespace std::chrono_literals;

constexpr int workers = 8;

Expand Down
4 changes: 1 addition & 3 deletions base/recurring_thread_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,10 @@
#include "gtest/gtest.h"

namespace principia {

using namespace std::chrono_literals;

namespace base {

using namespace principia::base::_recurring_thread;
using namespace std::chrono_literals;

class RecurringThreadTest : public ::testing::Test {
protected:
Expand Down

0 comments on commit 33c0137

Please sign in to comment.