fix missing latent corpus in tests

Reviewed By: chinmay87

Differential Revision: D17225649

fbshipit-source-id: 5a41372737c31e87ec944824b852516de531d376
This commit is contained in:
Sergei Rybalkin 2019-09-10 10:17:22 -07:00 committed by Facebook Github Bot
parent 961930b1ea
commit 721e3f48db

View File

@ -41,6 +41,7 @@ tests = testGroup "EN Tests"
, localeTests
, intersectTests
, rangeTests
, latentTests
]
localeTests :: TestTree
@ -156,3 +157,6 @@ rangeTests = testCase "Range Test" $
, ("10 cents and 0.1", Range 0 8)
, ("Pay Kiran1 10eur", Range 11 16)
]
latentTests :: TestTree
latentTests = makeCorpusTest [This AmountOfMoney] latentCorpus