Skip to content

Commit

Permalink
Fix quotes in logger_test
Browse files Browse the repository at this point in the history
  • Loading branch information
muratovv committed Aug 6, 2017
1 parent 34ce63e commit 87bf391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/module/irohad/logger/logger_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ limitations under the License.
*/

#include <gtest/gtest.h>
#include <logger/logger.hpp>
#include "logger/logger.hpp"

TEST(LoggerTest, getLoggerTest) {
auto one_logger = logger::log("one_logger");
Expand Down

0 comments on commit 87bf391

Please sign in to comment.