Skip to content

Commit

Permalink
#30 Fixed issue from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
spam-n-eggs committed Feb 14, 2019
1 parent a699d90 commit 5ae1d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Mhorninger/MySQLite/StringMethodTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public function testFormatNull()

public function testFormatWithMathProblem()
{
$query = "SELECT FORMAT((3600 * 1.7 / 281), 1) as value";
$query = 'SELECT FORMAT((3600 * 1.7 / 281), 1) as value';
$result = $this->conn->selectOne($query);
$expected = '21.8';
$this->assertEquals($expected, $result->value);
Expand Down

0 comments on commit 5ae1d52

Please sign in to comment.