Skip to content

Commit

Permalink
fix(eo-phi-normalizer): do run dataization tests with new.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
deemp committed Dec 28, 2024
1 parent fdc02cd commit 8ef383f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eo-phi-normalizer/test/Language/EO/Phi/DataizeSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ spec = do
describe title do
forM_
[ ("Old Yegor's rules", "test/eo/phi/rules/yegor.yaml")
-- TODO #617:10m Enable
-- , ("New Yegor's rules", "test/eo/phi/rules/new.yaml")
, -- TODO #617:10m Enable
("New Yegor's rules", "test/eo/phi/rules/new.yaml")
]
$ \(rulesTitle, rulesFile) -> do
ruleset <- runIO $ parseRuleSetFromFile rulesFile
Expand Down

0 comments on commit 8ef383f

Please sign in to comment.