From 71d5da91781c4b2b2c2c316e3eb13c957166bcea Mon Sep 17 00:00:00 2001 From: kongr45gpen <electrovesta@gmail.com> Date: Mon, 26 Nov 2018 00:23:21 +0000 Subject: [PATCH] Fix the build --- test/Services/RequestVerificationService.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/Services/RequestVerificationService.cpp b/test/Services/RequestVerificationService.cpp index 6c9e3c8c..ebb97762 100644 --- a/test/Services/RequestVerificationService.cpp +++ b/test/Services/RequestVerificationService.cpp @@ -110,4 +110,3 @@ TEST_CASE("TM[1,10]", "[service][st01]") { CHECK(response.readBits(14) == 10); // packet sequence count CHECK(response.readEnum16() == 7); // error code } - -- GitLab