spelling: rscript

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2022-01-15 20:10:33 -05:00
parent 46a74f2855
commit 8b53e788d9

View file

@ -99,7 +99,7 @@ def test_r_parsing_expr_args_in_entry2(tempdir_factory, store):
assert msg == ('You can supply at most one expression.',) assert msg == ('You can supply at most one expression.',)
def test_r_parsing_expr_non_Rscirpt(tempdir_factory, store): def test_r_parsing_expr_non_Rscript(tempdir_factory, store):
with pytest.raises(ValueError) as execinfo: with pytest.raises(ValueError) as execinfo:
r._entry_validate(['AnotherScript', '-e', '{{}}']) r._entry_validate(['AnotherScript', '-e', '{{}}'])