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.
2 parents 083147a + 1928f15 commit 160526bCopy full SHA for 160526b
1 file changed
test/puppetlabs/puppetdb/cli/generate_test.clj
@@ -81,7 +81,7 @@
81
total-footprint (reduce + footprints)
82
avg-footprint (quot total-footprint (count resources))]
83
(is (= 100 (count resources)))
84
- (is (< 400 avg-footprint 600))
+ (is (< 380 avg-footprint 580))
85
(is (< 40000 total-footprint 60000))))
86
87
(deftest add-blob-test
0 commit comments