From 059a939203355da2aadd5bc8346f6aebb2ecc985 Mon Sep 17 00:00:00 2001 From: v4hn Date: Thu, 27 May 2021 14:43:20 +0200 Subject: [PATCH] Fix test: correctly reset Interface --- core/test/test_cost_terms.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/core/test/test_cost_terms.cpp b/core/test/test_cost_terms.cpp index a6a87d55..2f1cd1af 100644 --- a/core/test/test_cost_terms.cpp +++ b/core/test/test_cost_terms.cpp @@ -112,6 +112,7 @@ public: auto impl{ this->pimpl() }; this->reset(); + dummy->clear(); state_start.reset(); state_end.reset();