re-add e2e (again..)

This commit is contained in:
James Wilson
2021-07-13 09:25:54 +01:00
parent 74d5890ea0
commit 66bf24dc4d
+1 -1
View File
@@ -1,6 +1,6 @@
//! These only run when the "e2e" feature is set (eg `cargo test --features e2e`).
//! The rust IDE plugins may behave better if you comment out this line during development:
//#![cfg(feature = "e2e")]
#![cfg(feature = "e2e")]
use test_utils::{feed_message_de::{ FeedMessage, NodeDetails }, server::Server, assert_contains_matches};
use serde_json::json;