LP#1549505: Remove stray semicolon from PgTap test
authorKathy Lussier <klussier@masslnc.org>
Thu, 21 Jul 2016 15:52:24 +0000 (11:52 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 29 Jul 2016 20:56:11 +0000 (16:56 -0400)
The semicolon was causing failures in the test.

Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/sql/Pg/t/regress/lp1549505_statistical_popularity_infrastructure.pg

index e5d44b7..78149c2 100644 (file)
@@ -26,7 +26,7 @@ SELECT is(
     score, 5,
     'LP#1549505: Badge caclulation framework is operational'
 )
-FROM rating.record_badge_score;
+FROM rating.record_badge_score
 WHERE record = 999999998
 AND badge = 999999998;