diff --git a/test-files/cmd/slow/ConflatePoiStatsTest.sh b/test-files/cmd/slow/ConflatePoiStatsTest.sh
index c36d960..c000f42 100755
--- a/test-files/cmd/slow/ConflatePoiStatsTest.sh
+++ b/test-files/cmd/slow/ConflatePoiStatsTest.sh
@@ -5,7 +5,7 @@ mkdir -p test-output/cmd/slow/ConflatePoiStatsTest
STATS_OUT=test-output/cmd/slow/ConflatePoiStatsTest/poi-out
SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
-hoot conflate -D writer.include.debug.tags=true -D "match.creators=hoot::ScriptMatchCreator,PoiGeneric.js" -D "merger.creators=hoot::ScriptMergerCreator" test-files/dcpoi_clip.osm test-files/mapcruzinpoi_clip.osm $STATS_OUT.osm --stats > $STATS_OUT
+hoot conflate -D writer.include.debug.tags=true -D "match.creators=hoot::ScriptMatchCreator,Poi.js" -D "merger.creators=hoot::ScriptMergerCreator" test-files/dcpoi_clip.osm test-files/mapcruzinpoi_clip.osm $STATS_OUT.osm --stats > $STATS_OUT
#read in a set of stat names from a file, delete them from the hoot command stats output, and write the remaining stats to the final output
EDIT_CMD=""