the test case should have been checking for 6 builds all along.

Not sure why it only saw 4 in the past but now it properly sees all 6
so we just change the expected result.
This commit is contained in:
Robby Findler 2012-12-01 10:08:16 -06:00
parent 7b3bb4a3ba
commit 17c3203ae4

View File

@ -104,5 +104,5 @@
(remove-pkg "planet" "test-connection.plt" 1 0))
(check-equal? (get-docs-build-count)
4))
6))