From c2624b6baa7f47b3aeaba72eed18647b5739cf12 Mon Sep 17 00:00:00 2001 From: Albaraa Maktabi <80264511+albaraamakt@users.noreply.github.com> Date: Thu, 12 Jun 2025 15:10:18 +0300 Subject: [PATCH] [FIX] developer: fix a typo in testing.rst They ensures -> They ensure --- content/developer/reference/backend/testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/developer/reference/backend/testing.rst b/content/developer/reference/backend/testing.rst index d3458dc3de..ef404fad61 100644 --- a/content/developer/reference/backend/testing.rst +++ b/content/developer/reference/backend/testing.rst @@ -9,7 +9,7 @@ tests - Python unit tests (see `Testing Python code`_): useful for testing model business logic - JS unit tests (see `Testing JS code`_): useful to test the javascript code in isolation -- Tours (see `Integration Testing`_): tours simulate a real situation. They ensures that the +- Tours (see `Integration Testing`_): tours simulate a real situation. They ensure that the python and the javascript parts properly talk to each other. .. _testing/python: