Skip to content

Commit

Permalink
Update MaestroCommandTest.kt
Browse files Browse the repository at this point in the history
fixed failing test
  • Loading branch information
prasanta-biswas authored and prasanta-gojek committed Aug 6, 2024
1 parent bbf79a9 commit e016bfb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e016bfb

Please sign in to comment.