ujson: ensure hypothesis fuzzer is copied in (#5277)

The current hypothesis example is not actually copied into the container. This PR fixes it so the fuzzer builds.
This commit is contained in:
DavidKorczynski 2021-03-03 13:24:39 +00:00 committed by GitHub
parent f5901265d1
commit 08448d8866
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ RUN git clone \
WORKDIR ultrajson
COPY build.sh json_differential_fuzzer.py ujson_fuzzer.py $SRC/
COPY build.sh json_differential_fuzzer.py ujson_fuzzer.py hypothesis_structured_fuzzer.py $SRC/