Fixes related to integration testing
Compare changes
+ 1
− 1
@@ -60,7 +60,7 @@ jobs:
While integration testing I discovered that you cannot have ChoiceOf(SetOf(...), ...)
. Foolscap explodes with an assertion error in the implementation of SetOf
when it is given the wrong constraint object.