Package: snowflake / 2.10.1-1

Metadata

Package Version Patches format
snowflake 2.10.1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Adapt tests to work with devian version of goconvey.patch | (download)

client/lib/lib_test.go | 5 3 + 2 - 0 !
1 file changed, 3 insertions(+), 2 deletions(-)

 adapt tests to work with devian version of goconvey


0002 fixup test compareing slices.patch | (download)

client/lib/rendezvous_test.go | 12 6 + 6 - 0 !
common/util/util_test.go | 2 1 + 1 - 0 !
2 files changed, 7 insertions(+), 7 deletions(-)

 goconvey does not work with shouldequal in slices
 This is mentioned in https://github.com/smartystreets/goconvey/issues/128#issuecomment-33227844 along
 with a hint to instead use `ShouldResemble`