Skip to content

Commit

Permalink
Added a message as well to the assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
dpanta94 committed Nov 8, 2024
1 parent 967d693 commit 0edd8b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpunit/ConfigTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function paths_provider() {
*/
public function should_set_root_path_correctly( $path, $expected ) {
Config::set_path( $path );
$this->assertEquals( $expected, Config::get_path( $path ) );
$this->assertEquals( $expected, Config::get_path( $path ), Config::get_path( $path ) );
}

/**
Expand Down

0 comments on commit 0edd8b7

Please sign in to comment.