Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Mar 18, 2024
1 parent edc16e4 commit 46105e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 20 deletions.
19 changes: 0 additions & 19 deletions tests/Feature/ExampleTest.php

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function test_chat(): void
->put(route('example.chatbot.chat'), [
'message' => 'Foobar',
])
->assertStatus(200)->dd();
->assertStatus(200);

}
}
1 change: 1 addition & 0 deletions tests/Unit/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class ExampleTest extends TestCase
*/
public function test_that_true_is_true(): void
{

$this->assertTrue(true);
}
}

0 comments on commit 46105e4

Please sign in to comment.