The push method gained a force argument, which will be passed in new rpkg, but missing in old ones. This patch changes the assert to verify that push was called, but not specific arguments (which are not interesting anyway).
push
force
Related rpkg PR 62.
Pull-Request has been merged by lsedlar
The
pushmethod gained aforceargument, which will be passed in newrpkg, but missing in old ones. This patch changes the assert to verify
that push was called, but not specific arguments (which are not
interesting anyway).
Related rpkg PR 62.