Skip to content

Commit 9921a63

Browse files
authored
Update FieldProviderTest.php
1 parent fb30100 commit 9921a63

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)