Skip to content

Commit

Permalink
Remove space
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed Mar 28, 2020
1 parent bd4b1fb commit 0156245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/tests/test-rest-networks-controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ public function test_update_item() {
$this->check_network_data( $data );
$network = get_network( $data['id'] );
$this->assertEquals( $network->domain, 'www.example.co' );
$this->assertEquals( $network->path, '/update /' );
$this->assertEquals( $network->path, '/update/' );
}

public function test_delete_item() {
Expand Down

0 comments on commit 0156245

Please sign in to comment.