Skip to content

Commit

Permalink
Fixed bug in resetSettings() test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskonnertz authored Feb 22, 2023
1 parent 945406d commit 1f32f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MainClassTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ public function testResetSettings()
1
);

$this->assertTrue($instance instanceof \ChrisKonnertz\DeepLy\DeepLy);
$this->assertTrue($deepLy instanceof \ChrisKonnertz\DeepLy\DeepLy);

$deepLy->resetSettings();
}
Expand Down

0 comments on commit 1f32f63

Please sign in to comment.