From 9a821c70c667d6c2f69e66135abdbfb340101a07 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 18 Dec 2014 14:52:33 +0100 Subject: [PATCH] correct example command --- tests/test_cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cli.py b/tests/test_cli.py index a49839b..3bbc458 100755 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -10,7 +10,7 @@ Run all tests: Run a single test: - python3 -m unittest test_cli.BamCommitTest.test_checkout + python3 -m unittest test_cli.BamCheckoutTest.test_checkout """ import os