Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Feb 22, 2024
1 parent f4d1924 commit 956dea0
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions TestUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
#include "stubclient.h"
#include "testw.h"
#include <thread>

#define CATCH_CONFIG_MAIN
#include "third_party/catch.hpp"


Expand Down Expand Up @@ -1165,6 +1163,4 @@ int xorDecryptDHV2(char *key, const char *cypher, vector<char> &message) {
ret = 0;

return ret;
}

#undef CATCH_CONFIG_MAIN
}

0 comments on commit 956dea0

Please sign in to comment.