Skip to content
Snippets Groups Projects
Commit dbd3eed8 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Correct default value for trialArgs

parent 43c21160
No related branches found
No related tags found
1 merge request!65Recognize an unpaid response
{ pkgs ? import ./nixpkgs.nix { }, hypothesisProfile ? null, collectCoverage ? false, testSuite ? null, trialArgs ? [] }:
{ pkgs ? import ./nixpkgs.nix { }, hypothesisProfile ? null, collectCoverage ? false, testSuite ? null, trialArgs ? null }:
pkgs.python27Packages.zkapauthorizer.override { inherit hypothesisProfile collectCoverage testSuite trialArgs; }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment