Skip to content

Commit e5f63b9

Browse files
authored
Merge pull request #23 from understand/query-count-test-fix
Update FieldProviderTest.php
2 parents fb30100 + 9921a63 commit e5f63b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FieldProviderTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ public function testQueryCount()
7777

7878
$queries = $this->app['understand.fieldProvider']->getSqlQueries();
7979

80-
$this->assertCount(500, $queries);
80+
$this->assertCount(100, $queries);
8181
}
82-
}
82+
}

0 commit comments

Comments
 (0)