Fix the code structure

Report a typo

Arrange this unit test in the correct order and with the correct indentation.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                @Test
              
                }
              
                class BotTest {
              
                }
              
                assertEquals("Hello James!", testBot.greetUser())
              
                val testBot = Bot(user = "James")
              
                fun greetUser() {
              
___

Create a free account to access the full topic