From e016bfb89939d957645e638e35c51575cac56095 Mon Sep 17 00:00:00 2001 From: Prasanta Biswas Date: Wed, 10 Jul 2024 21:31:39 +0530 Subject: [PATCH] Update MaestroCommandTest.kt fixed failing test --- .../src/test/java/maestro/orchestra/MaestroCommandTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maestro-orchestra/src/test/java/maestro/orchestra/MaestroCommandTest.kt b/maestro-orchestra/src/test/java/maestro/orchestra/MaestroCommandTest.kt index 5927ef6c7c..1d78a59350 100644 --- a/maestro-orchestra/src/test/java/maestro/orchestra/MaestroCommandTest.kt +++ b/maestro-orchestra/src/test/java/maestro/orchestra/MaestroCommandTest.kt @@ -46,7 +46,7 @@ internal class MaestroCommandTest { @Test fun `description (negative coordinates)`() { // given - val maestroCommand = MaestroCommand(SetLocationCommand("-12.5266", "-78.2150", "Set Location with negative coordinates")) + val maestroCommand = MaestroCommand(SetLocationCommand("-12.5266", "-78.2150", "Set location with negative coordinates")) // when val description = maestroCommand.description()