We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scala.Symbol
1 parent 02398cc commit 6438b50Copy full SHA for 6438b50
core/src/test/scala/programmerlist/ExampleSpec.scala
@@ -77,7 +77,7 @@ class ExampleSpec
77
it should "work for more than pool size items" in {
78
79
val MaxPoolSize = 2
80
- val name = Symbol("test")
+ val name = "test"
81
AsyncConnectionPool.add(
82
name,
83
postgresJdbcUrl,
0 commit comments