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 fb30100 commit 9921a63Copy full SHA for 9921a63
tests/FieldProviderTest.php
@@ -77,6 +77,6 @@ public function testQueryCount()
77
78
$queries = $this->app['understand.fieldProvider']->getSqlQueries();
79
80
- $this->assertCount(500, $queries);
+ $this->assertCount(100, $queries);
81
}
82
-}
+}
0 commit comments