From 5a7117630e6fb8f9335081f7515f8ce04ae71de4 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Mon, 5 Jan 2015 20:04:26 -0500 Subject: [PATCH] Unit Tests - Typo. --- test/export.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/export.t b/test/export.t index e5070c436..79c035a0f 100755 --- a/test/export.t +++ b/test/export.t @@ -67,7 +67,7 @@ class TestExportCommand(TestCase): def assertString(self, value, expected_value=None, regexp=False): """ - Checks the type of value to be string, and that context is as passed in + Checks the type of value to be string, and that content is as passed in the expected_value argument. This can be either a string, or a compiled regular expression object. """