From 05779330065cf108ddde939a5b1c38f98b320f98 Mon Sep 17 00:00:00 2001 From: Doug Bell Date: Mon, 13 Jun 2011 17:47:32 -0500 Subject: [PATCH] 2 letters is below the minimum word length --- t/Asset/MapPoint.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/Asset/MapPoint.t b/t/Asset/MapPoint.t index 3a5822a36..c8dd9f4ea 100644 --- a/t/Asset/MapPoint.t +++ b/t/Asset/MapPoint.t @@ -52,7 +52,7 @@ my $test_point = { address1 => '520 University Ave', address2 => 'Suite 320', city => 'Madison', - region => 'WI', + region => 'Wisconsin', zipCode => '53703', country => 'United States', phone => '608-555-1212',