Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leemaguire committed Jul 8, 2024
1 parent 920517c commit 2fba092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sync/networking_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ TEST_CASE("sends plaintext data to proxy", "[proxy]") {

bool is_subset = std::includes(expected_events.begin(), expected_events.end(), proxy_events.begin(), proxy_events.end());
CHECK(is_subset);
std::cout << "foo_http_transport: called" << foo_transport->was_called() <<"\n";
std::cout << "foo_socket: called" << foo_socket->was_called() <<"\n";

// CHECK(foo_transport->was_called());
// CHECK(foo_socket->was_called());
}
Expand Down

0 comments on commit 2fba092

Please sign in to comment.