From fac7901dca0b4821582c6062600d37ac987082d9 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 1 Aug 2021 20:09:38 -0400 Subject: Collapse input and output options into single flags --- test/test_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_base.py') diff --git a/test/test_base.py b/test/test_base.py index b63bb135..cb696d2f 100755 --- a/test/test_base.py +++ b/test/test_base.py @@ -10,7 +10,7 @@ import serd_test_util as util args = util.wrapper_args(__doc__) -command = [args.tool, "-B", "http://example.org", "-i", "turtle", "-"] +command = [args.tool, "-B", "http://example.org", "-I", "turtle", "-"] IN_DOC = "

." OUT_DOC = "<{0}s> <{0}p> <{0}o> .".format("http://example.org/") -- cgit v1.2.1