Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
kovri-tests :: fix unmatched curly address book unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guzzijones committed Mar 18, 2017
1 parent 6beb375 commit f93397f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/unit_tests/client/address_book/impl.cc
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

#include "core/crypto/rand.h"

BOOST_AUTO_TEST_SUITE(AddressBook);

/// @class SubscriptionFixture
struct SubscriptionFixture {
Expand Down Expand Up @@ -171,4 +170,4 @@ BOOST_AUTO_TEST_CASE(PGPClearSign) {

// TODO(unassigned): more cases?

BOOST_AUTO_TEST_SUITE_END() } // TODO(unassigned): why is this stray brace needed?
BOOST_AUTO_TEST_SUITE_END()

0 comments on commit f93397f

Please sign in to comment.