From e22fa7dead418cbf842f611b39bf8f19b6bad863 Mon Sep 17 00:00:00 2001 From: Youssef Lourayad Date: Tue, 27 Feb 2024 02:39:29 +0100 Subject: [PATCH] Update comment --- tests/unit/NetworkTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/NetworkTest.js b/tests/unit/NetworkTest.js index 0f2d927a4d66..29f5e344b35a 100644 --- a/tests/unit/NetworkTest.js +++ b/tests/unit/NetworkTest.js @@ -164,7 +164,7 @@ describe('NetworkTests', () => { }), ); - // And then make 3 API requests in quick succession with an expired authToken and handle the response + // And then make 3 API READ requests in quick succession with an expired authToken and handle the response // It doesn't matter which requests these are really as all the response is mocked we just want to see // that we get re-authenticated PersonalDetails.openPersonalDetails();