Skip to content

Commit f105c81

Browse files
committed
Removed invalid test
1 parent 32a2232 commit f105c81

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/test/java/fr/adrienbrault/idea/symfony2plugin/tests/dic/yaml/YamlDicCompletionContributorTest.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,9 @@ public void testServiceCompletion() {
5656

5757
assertCompletionContains(YAMLFileType.YML, "services:\n" +
5858
" newsletter_manager:\n" +
59-
" parent: @<caret>\n"
59+
" parent: <caret>\n"
6060
, "data_collector.router"
6161
);
62-
63-
assertCompletionContains(YAMLFileType.YML, "services:\n" +
64-
" newsletter_manager:\n" +
65-
" parent: @<caret>\n"
66-
, "data_collector.router"
67-
);
68-
6962
}
7063

7164
public void testServiceStaticCompletion() {

0 commit comments

Comments
 (0)