From db5c79a7a43601b41f0bc9b5d3196e30056ef385 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Mon, 13 Nov 2023 12:28:38 +0100
Subject: [PATCH] fix(#132): fix: review: `cargo te`

---
 .cargo/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.cargo/config b/.cargo/config
index 1f6c2d4ba..ef833ed6b 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -1,8 +1,8 @@
 [alias]
 sanity-gdev = "test -p duniter-live-tests --test sanity_gdev -- --nocapture"
 tu = "test --workspace --exclude duniter-end2end-tests --exclude duniter-live-tests"
-# `ti` and `cucumber` are synonyms
-ti = "test -p duniter-end2end-tests --test cucumber_tests --"
+# `te` and `cucumber` are synonyms
+te = "test -p duniter-end2end-tests --test cucumber_tests --"
 cucumber = "test -p duniter-end2end-tests --test cucumber_tests --"
 ta = "test --workspace --exclude duniter-live-tests"
 tb = "test --features runtime-benchmarks -p"
-- 
GitLab