@@ -17,8 +17,8 @@ |
||
17 | 17 | public function testDisplayWelcomeView() |
18 | 18 | { |
19 | 19 | |
20 | - $this->visit($this->page) |
|
21 | - ->see('Hello API'); |
|
20 | + $this->visit($this->page) |
|
21 | + ->see('Hello API'); |
|
22 | 22 | |
23 | 23 | } |
24 | 24 |