Skip to content

Commit 6438b50

Browse files
authored
avoid scala.Symbol
1 parent 02398cc commit 6438b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/test/scala/programmerlist/ExampleSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class ExampleSpec
7777
it should "work for more than pool size items" in {
7878

7979
val MaxPoolSize = 2
80-
val name = Symbol("test")
80+
val name = "test"
8181
AsyncConnectionPool.add(
8282
name,
8383
postgresJdbcUrl,

0 commit comments

Comments
 (0)