Skip to content

Commit

Permalink
Merge eefd60c into 68a4c78
Browse files Browse the repository at this point in the history
  • Loading branch information
dubzzz committed Jul 1, 2019
2 parents 68a4c78 + eefd60c commit 8d71810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/check/arbitrary/WebArbitrary.ts
@@ -1,5 +1,5 @@
import { constant } from '../../fast-check-default';
import { array } from './ArrayArbitrary';
import { constant } from './ConstantArbitrary';
import { constantFrom } from './ConstantArbitrary';
import { buildAlphaNumericPercentArb } from './helpers/SpecificCharacterRange';
import { domain, hostUserInfo } from './HostArbitrary';
Expand Down

0 comments on commit 8d71810

Please sign in to comment.