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:
parent
7b3bb4a3ba
commit
17c3203ae4
|
@ -104,5 +104,5 @@
|
||||||
(remove-pkg "planet" "test-connection.plt" 1 0))
|
(remove-pkg "planet" "test-connection.plt" 1 0))
|
||||||
|
|
||||||
(check-equal? (get-docs-build-count)
|
(check-equal? (get-docs-build-count)
|
||||||
4))
|
6))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user