Skip to content

Commit

Permalink
Filter tests to contain only completions that should be available on …
Browse files Browse the repository at this point in the history
…each jdk
  • Loading branch information
rochala committed May 27, 2023
1 parent a213301 commit 00cd302
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@ class CompletionSuite extends BaseCompletionSuite:
|PooledConnectionBuilder - javax.sql
|CertPathBuilderException - java.security.cert
|PKIXCertPathBuilderResult - java.security.cert
|""".stripMargin
|""".stripMargin,
filter = !_.contains("javax.sql") // Not shipped with all JDKs
)

@Test def companion =
Expand Down

0 comments on commit 00cd302

Please sign in to comment.