Skip to content

Commit 73b7cf1

Browse files
committed
Shorten reference test names
1 parent e36dfa5 commit 73b7cf1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ghcide-test/exe/ReferenceTests.hs

+5-5
Original file line numberDiff line numberDiff line change
@@ -115,39 +115,39 @@ tests = testGroup "references"
115115
]
116116

117117
, testGroup "can get references to non FOIs"
118-
[ referenceTest "can get references to symbol defined in a module we import"
118+
[ referenceTest "references to symbol defined in a module we import"
119119
("References.hs", 22, 4)
120120
YesIncludeDeclaration
121121
[ ("References.hs", 22, 4)
122122
, ("OtherModule.hs", 0, 20)
123123
, ("OtherModule.hs", 4, 0)
124124
]
125125

126-
, referenceTest "can get references in modules that import us to symbols we define"
126+
, referenceTest "references in modules that import us to symbols we define"
127127
("OtherModule.hs", 4, 0)
128128
YesIncludeDeclaration
129129
[ ("References.hs", 22, 4)
130130
, ("OtherModule.hs", 0, 20)
131131
, ("OtherModule.hs", 4, 0)
132132
]
133133

134-
, referenceTest "can get references to symbol defined in a module we import transitively"
134+
, referenceTest "references to symbol defined in a module we import transitively"
135135
("References.hs", 24, 4)
136136
YesIncludeDeclaration
137137
[ ("References.hs", 24, 4)
138138
, ("OtherModule.hs", 0, 48)
139139
, ("OtherOtherModule.hs", 2, 0)
140140
]
141141

142-
, referenceTest "can get references in modules that import us transitively to symbols we define"
142+
, referenceTest "references in modules that transitively use symbols we define"
143143
("OtherOtherModule.hs", 2, 0)
144144
YesIncludeDeclaration
145145
[ ("References.hs", 24, 4)
146146
, ("OtherModule.hs", 0, 48)
147147
, ("OtherOtherModule.hs", 2, 0)
148148
]
149149

150-
, referenceTest "can get type references to other modules"
150+
, referenceTest "type references to other modules"
151151
("Main.hs", 12, 10)
152152
YesIncludeDeclaration
153153
[ ("Main.hs", 12, 7)

0 commit comments

Comments
 (0)