From: Dagfinn Ilmari Mannsåker Date: Tue, 3 Dec 2013 17:23:36 +0000 (+0000) Subject: Fix invalid ORDER BY hash key test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b75e9884a933d41654e8a99a92318845d45032b8;p=dbsrgits%2FSQL-Abstract.git Fix invalid ORDER BY hash key test --- diff --git a/t/06order_by.t b/t/06order_by.t index 1017ce5..18ba067 100644 --- a/t/06order_by.t +++ b/t/06order_by.t @@ -158,7 +158,7 @@ throws_ok ( throws_ok( sub { $sql->_order_by({-wibble => "fleem" }) }, - qr/invalid key in hash/, + qr/invalid key -wibble in hash/, 'Invalid order exception', );