Skip to content

Commit d50c653

Browse files
authored
Merge pull request #750 from xuwei-k/patch-1
fix test name in AhcConfigBuilderSpec
2 parents 7d301cb + 96f037b commit d50c653

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

play-ahc-ws-standalone/src/test/scala/play/api/libs/ws/ahc/AhcConfigBuilderSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class AhcConfigBuilderSpec extends Specification {
139139
actual.getMaxConnections must_== 6
140140
}
141141

142-
"allow setting ahc maximumConnectionsTotal" in {
142+
"allow setting ahc maxNumberOfRedirects" in {
143143
val config = defaultConfig.copy(maxNumberOfRedirects = 0)
144144
val builder = new AhcConfigBuilder(config)
145145
val actual = builder.build()

0 commit comments

Comments
 (0)