1
0
mirror of https://github.com/codership/wsrep-lib.git synced 2025-11-25 08:43:05 +03:00

Fixed unit test failures caused by refactoring.

This commit is contained in:
Teemu Ollakka
2018-06-14 23:13:25 +03:00
parent 256000f934
commit cb3b2fbf9e
6 changed files with 22 additions and 22 deletions

View File

@@ -2,8 +2,8 @@
// Copyright (C) 2018 Codership Oy <info@codership.com>
//
#ifndef WSREP_FAKE_SERVER_CONTEXT_HPP
#define WSREP_FAKE_SERVER_CONTEXT_HPP
#ifndef WSREP_MOCK_SERVER_CONTEXT_HPP
#define WSREP_MOCK_SERVER_CONTEXT_HPP
#include "wsrep/server_context.hpp"
#include "mock_client_context.hpp"
@@ -78,4 +78,4 @@ namespace wsrep
};
}
#endif // WSREP_FAKE_SERVER_CONTEXT_HPP
#endif // WSREP_MOCK_SERVER_CONTEXT_HPP