Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 13, 2024
1 parent bbea0b0 commit ffb316f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/OrchestrateTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ public function test_makes_history_no_message(): void

$results = (new Orchestrate())->handle($chat, $message);

Event::assertDispatched(ChatUiUpdateEvent::class);
Event::assertNotDispatched(ChatUiUpdateEvent::class);

$this->assertEquals($results, 'This is the summary of the collection');
}
Expand Down

0 comments on commit ffb316f

Please sign in to comment.