We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355c623 commit 4f2c6deCopy full SHA for 4f2c6de
QueryBuilder.Tests/MySqlExecutionTest.cs
@@ -50,7 +50,7 @@ Color TEXT NULL
50
51
var rows = db.Query("Cars").Get().ToList();
52
53
- Assert.Equal(rows.Count(), 1);
+ Assert.Equal(1, rows.Count());
54
55
db.Statement("DROP TABLE IF EXISTS `Cars`");
56
}
0 commit comments