aboutsummaryrefslogtreecommitdiff
path: root/tests/configuration_toml.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configuration_toml.ml')
-rw-r--r--tests/configuration_toml.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/configuration_toml.ml b/tests/configuration_toml.ml
index e58ff1b..67f8d75 100644
--- a/tests/configuration_toml.ml
+++ b/tests/configuration_toml.ml
@@ -17,7 +17,7 @@ let test_suit =
extern_key = Literal "_B";
intern_key =
Function
- ( "function",
+ ( "concat",
[
Path { alias = None; column = 1 };
Path { alias = None; column = 2 };
@@ -44,7 +44,7 @@ let test_suit =
let expected =
[
Function
- ( "function",
+ ( "if",
[
Path { alias = Some "target"; column = 1 };
Path { alias = None; column = 2 };