From 5de80eedeb00240a4541250bc8e3eef2e79b1601 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 1 Feb 2015 12:36:54 -0500 Subject: [PATCH] Unit Tests - Typos in template.t. --- test/template.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/template.t b/test/template.t index 5d6d9e042..80d76cea6 100644 --- a/test/template.t +++ b/test/template.t @@ -135,7 +135,7 @@ sys.exit(0) def test_onmodify_builtin_with_log(self): # Testing a builtin hook and keeping track of its input/output - # The builtin hook in found in test/test_hooks + # The builtin hook is found in test/test_hooks hookname = "on-modify-for-template.py" self.t.hooks.add_default(hookname, log=True) @@ -159,7 +159,7 @@ sys.exit(0) def test_onmodify_bad_builtin_with_log(self): # Testing a builtin hook and keeping track of its input/output - # The builtin hook in found in test/test_hooks + # The builtin hook is found in test/test_hooks hookname = "on-modify-for-template-badexit.py" self.t.hooks.add_default(hookname, log=True)