From 680b9dfaa18388011c3cb049e70dad7903d2c17a Mon Sep 17 00:00:00 2001 From: Philip Offtermatt Date: Thu, 30 Nov 2023 14:37:56 +0100 Subject: [PATCH] Move reference to difftests into reference to MBT --- TESTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/TESTING.md b/TESTING.md index b86e63c44f..7508e5306b 100644 --- a/TESTING.md +++ b/TESTING.md @@ -35,10 +35,10 @@ make test-unit # run integration tests make test-integration -# run difference tests -make test-difference +# run mbt tests +make test-mbt -# run unit, integration, and difference tests - shortcut for local development +# run unit and integration, and mbt tests - shortcut for local development mate test-dev # run E2E tests