Skip to content

Commit

Permalink
Fixup group name
Browse files Browse the repository at this point in the history
  • Loading branch information
xsebek committed Jul 13, 2024
1 parent cf7eaa1 commit 941912b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/TestRecipeCoverage.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ testRecipeCoverage = do
let sortE = List.sortOn (T.unpack . view entityName)
allEntities = sortE . Set.toList $ rgAllEntities graphData
nonCovered = getNonCoveredEntities graphData
return . testGroup "Ensure all devices have recipes" $
return . testGroup "Ensure all entities have recipes" $
map (\e -> expectNonCovered e $ checkCoverage nonCovered e) allEntities
where
checkCoverage :: Set.Set Entity -> Entity -> TestTree
Expand Down

0 comments on commit 941912b

Please sign in to comment.