summaryrefslogtreecommitdiff
path: root/test/session_test.ml
diff options
context:
space:
mode:
Diffstat (limited to 'test/session_test.ml')
-rw-r--r--test/session_test.ml8
1 files changed, 5 insertions, 3 deletions
diff --git a/test/session_test.ml b/test/session_test.ml
index a3a1fb0..5d31030 100644
--- a/test/session_test.ml
+++ b/test/session_test.ml
@@ -1,8 +1,10 @@
+[@@@ocaml.warning "-27"]
+
open OUnit2
-open Session
+open Vyconfd_config.Session
-module CT = Config_tree
-module RT = Reference_tree
+module CT = Vyos1x.Config_tree
+module RT = Vyos1x.Reference_tree
(* I'm not sure if we want to account for superfluous spaces inside the strings,