From e85bc4729a15d9af5af5345151178afe849036ba Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Fri, 22 Mar 2024 01:42:26 +0000 Subject: :truck: Move cli code to lustre-labs/dev-tools. --- test/lustre_test.gleam | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'test') diff --git a/test/lustre_test.gleam b/test/lustre_test.gleam index bae6c0f..9e47a01 100644 --- a/test/lustre_test.gleam +++ b/test/lustre_test.gleam @@ -35,8 +35,8 @@ pub fn counter_init_test() { process.call( runtime, function.curry2(process.send) - |> function.compose(View) - |> function.compose(Debug), + |> function.compose(View) + |> function.compose(Debug), 100, ) @@ -57,8 +57,8 @@ pub fn counter_update_test() { process.call( runtime, function.curry2(process.send) - |> function.compose(View) - |> function.compose(Debug), + |> function.compose(View) + |> function.compose(Debug), 100, ) @@ -75,8 +75,8 @@ pub fn counter_diff_test() { process.call( runtime, function.curry2(process.send) - |> function.compose(View) - |> function.compose(Debug), + |> function.compose(View) + |> function.compose(Debug), 100, ) @@ -88,8 +88,8 @@ pub fn counter_diff_test() { process.call( runtime, function.curry2(process.send) - |> function.compose(View) - |> function.compose(Debug), + |> function.compose(View) + |> function.compose(Debug), 100, ) -- cgit v1.2.3