Skip to content

Commit

Permalink
fix typo when generating test_check_url.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dphuang2 committed Oct 30, 2023
1 parent 7bf33b7 commit 57da30a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ public void processOpts() {
}

supportingFiles.add(new SupportingFile("test_simple." + templateExtension, testFolder, "test_simple.py"));
supportingFiles.add(new SupportingFile("test_check_url." + templateExtension, testFolder, "test_simple.py"));
supportingFiles.add(new SupportingFile("test_check_url." + templateExtension, testFolder, "test_check_url.py"));
supportingFiles.add(new SupportingFile("test_deprecation_warning." + templateExtension, testFolder, "test_deprecation_warning.py"));
supportingFiles.add(new SupportingFile("exceptions." + templateExtension, packagePath(), "exceptions.py"));

Expand Down

0 comments on commit 57da30a

Please sign in to comment.