Skip to content

Commit

Permalink
Tests: reorder includes
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidB137 committed Sep 6, 2024
1 parent 94d93df commit 5ffcf52
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions test/tests/local_addr.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <catch2/catch_test_macros.hpp>

#include "kvik/local_addr.hpp"

#include <catch2/catch_test_macros.hpp>

using namespace kvik;

TEST_CASE("Empty", "[LocalAddr]")
Expand Down
4 changes: 2 additions & 2 deletions test/tests/local_broker.cpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#include <catch2/catch_test_macros.hpp>

#include <chrono>
#include <string>
#include <thread>
#include <vector>

#include <catch2/catch_test_macros.hpp>

#include "kvik/errors.hpp"
#include "kvik/local_broker.hpp"
#include "kvik/node.hpp"
Expand Down
4 changes: 2 additions & 2 deletions test/tests/local_msg.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <catch2/catch_test_macros.hpp>

#include "kvik/local_msg.hpp"

#include <catch2/catch_test_macros.hpp>

using namespace kvik;

TEST_CASE("Comparison", "[LocalMsg]")
Expand Down
4 changes: 2 additions & 2 deletions test/tests/nonce_cache.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <catch2/catch_test_macros.hpp>

#include <chrono>
#include <thread>

#include <catch2/catch_test_macros.hpp>

#include "kvik/local_addr.hpp"
#include "kvik/nonce_cache.hpp"

Expand Down
4 changes: 2 additions & 2 deletions test/tests/pub_sub_struct.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <catch2/catch_test_macros.hpp>

#include "kvik/pub_sub_struct.hpp"

#include <catch2/catch_test_macros.hpp>

using namespace kvik;

TEST_CASE("Comparison", "[SubData]")
Expand Down
4 changes: 2 additions & 2 deletions test/tests/timer.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <catch2/catch_test_macros.hpp>

#include <chrono>
#include <future>

#include <catch2/catch_test_macros.hpp>

#include "kvik/timer.hpp"

using namespace kvik;
Expand Down
4 changes: 2 additions & 2 deletions test/tests/version.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <catch2/catch_test_macros.hpp>

#include <string>

#include <catch2/catch_test_macros.hpp>

#include "kvik/version.hpp"
#include "kvik/logger.hpp"

Expand Down
4 changes: 2 additions & 2 deletions test/tests/wildcard_trie.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#include <catch2/catch_test_macros.hpp>

#include <unordered_map>
#include <vector>

#include <catch2/catch_test_macros.hpp>

#include "kvik/wildcard_trie.hpp"

using namespace kvik;
Expand Down

0 comments on commit 5ffcf52

Please sign in to comment.