diff --git a/tests/resources/at-commands.mjs b/tests/resources/at-commands.mjs index 9b1732927..c17168871 100644 --- a/tests/resources/at-commands.mjs +++ b/tests/resources/at-commands.mjs @@ -75,7 +75,7 @@ constructor(commands, support) { command = furtherInstruction ? `${command} ${furtherInstruction}` : command; innerCommands.push(command); } - commands.push(innerCommands.join(' followed by ')); + commands.push(innerCommands.join(", then ")); } return commands;