Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit db61869

Browse files
committed
Correct plural
1 parent eec2217 commit db61869

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/FunctionalCodeActionsSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ hsImportSpec formatterName [e1, e2, e3, e4] =
755755
error
756756
$ "No action found to be executed!"
757757
++ "\n Actual actions titles: " ++ show (map (^. L.title) allActions)
758-
++ "\n Expected action titles: " ++ show names
758+
++ "\n Expected actions titles: " ++ show names
759759

760760
-- Silence warnings
761761
hsImportSpec formatter args =

0 commit comments

Comments
 (0)