Skip to content

Commit

Permalink
Update exercises/practice/bob/BobTest.php
Browse files Browse the repository at this point in the history
Co-authored-by: mk-mxp <[email protected]>
  • Loading branch information
tomasnorre and mk-mxp authored Sep 24, 2024
1 parent 776132b commit 3774d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion exercises/practice/bob/BobTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function testTalkingForcefully(): void
*/
public function testUsingAcronymsInRegularSpeech(): void
{
$this->assertEquals("Whatever.", $this->bob->respondTo("It's OK if you don't want to go to the DMV."));
$this->assertEquals("Whatever.", $this->bob->respondTo("It's OK if you don't want to go work for NASA."));
}

/**
Expand Down

0 comments on commit 3774d63

Please sign in to comment.