From 4bef5575c83bd34e467c4aa043e9bec221354feb Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Fri, 6 Mar 2015 16:19:41 -0600 Subject: Bringing in AS mock and getting a base test of the root action going --- tests/indicator-fixture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/indicator-fixture.h') diff --git a/tests/indicator-fixture.h b/tests/indicator-fixture.h index e725a50..aa191ae 100644 --- a/tests/indicator-fixture.h +++ b/tests/indicator-fixture.h @@ -272,9 +272,9 @@ class IndicatorFixture : public ::testing::Test return result; } - template testing::AssertionResult expectEventuallyActionStateExists (Args&& ... args) { + template testing::AssertionResult expectEventuallyActionExists (Args&& ... args) { std::function func = [&]() { - return expectActionStateExists(std::forward(args)...); + return expectActionExists(std::forward(args)...); }; return expectEventually(func); } -- cgit v1.2.3