From 4ef9b9634a14940b07e6e17df66f7cce922398a0 Mon Sep 17 00:00:00 2001
From: "Bradley M. Kuhn" <bkuhn@ebb.org>
Date: Sun, 20 Dec 2015 11:12:46 -0800
Subject: [PATCH] Improve test string here.

---
 Supporters/t/Supporters.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Supporters/t/Supporters.t b/Supporters/t/Supporters.t
index 5e3163c..a67747e 100644
--- a/Supporters/t/Supporters.t
+++ b/Supporters/t/Supporters.t
@@ -447,7 +447,7 @@ dies_ok { $tempSP->_getOrCreateRequestConfiguration({ }); }
    "_getOrCreateRequestConfiguration: dies on empty hash";
 
 dies_ok { $tempSP->_getOrCreateRequestConfiguration({ requestConfigurationId => "NoStringsPlease" }); }
-   "_getOrCreateRequestConfiguration: dies for string request id";
+   "_getOrCreateRequestConfiguration: dies for string requestConfigurationId";
 
 dies_ok { $tempSP->_getOrCreateRequestConfiguration({ requestConfigurationId => 0 }); }
    "_getOrCreateRequestConfiguration: dies for non-existant requestConfigurationId";