mirror of
https://github.com/facebook/duckling.git
synced 2024-11-24 07:23:03 +03:00
fix missing latent corpus in tests
Reviewed By: chinmay87 Differential Revision: D17225649 fbshipit-source-id: 5a41372737c31e87ec944824b852516de531d376
This commit is contained in:
parent
961930b1ea
commit
721e3f48db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user