summaryrefslogtreecommitdiff
path: root/Rx/v2/test/operators/scan.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Rx/v2/test/operators/scan.cpp')
-rw-r--r--Rx/v2/test/operators/scan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rx/v2/test/operators/scan.cpp b/Rx/v2/test/operators/scan.cpp
index f1d64e9..1cb38a5 100644
--- a/Rx/v2/test/operators/scan.cpp
+++ b/Rx/v2/test/operators/scan.cpp
@@ -3,7 +3,7 @@
#include <rxcpp/operators/rx-take.hpp>
#include <rxcpp/operators/rx-scan.hpp>
-SCENARIO("scan: issue 41", "[scan][operators][issue][hide]"){
+SCENARIO("scan: issue 41", "[scan][operators][issue][!hide]"){
GIVEN("map of scan of interval"){
auto sc = rxsc::make_current_thread();
auto so = rxcpp::synchronize_in_one_worker(sc);