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

Commit

Permalink
Merge pull request #598
Browse files Browse the repository at this point in the history
f93397f kovri-tests :: fix unmatched curly address book unit tests (guzzijones)
  • Loading branch information
anonimal committed Mar 19, 2017
2 parents 6beb375 + f93397f commit 0959273
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 0959273

Please sign in to comment.