Skip to content

Commit

Permalink
[assertFileNotEquals] Comparing two empty html files fails sebastianb…
Browse files Browse the repository at this point in the history
  • Loading branch information
fetmo committed Oct 14, 2017
1 parent 36e931f commit 551d8e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Framework/Constraint/IsEqual.php
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ public function toString()
}

return \sprintf(
'is equal to <string:%s>',
"is equal to '%s'",
$this->value
);
}
Expand Down

0 comments on commit 551d8e6

Please sign in to comment.