diff --git a/.git-blame-ignore-revs b/.git-blame-ignore-revs index da9d9c5..592ac02 100644 --- a/.git-blame-ignore-revs +++ b/.git-blame-ignore-revs @@ -2,4 +2,6 @@ efde41ddb9bf831725193a44c2a8b0d58c02fd0a # Scala Steward: Reformat with scalafmt 3.7.3 -f77f3ee8cce3027219cd3b16954caca84694856b \ No newline at end of file +f77f3ee8cce3027219cd3b16954caca84694856b +# Scala Steward: Reformat with scalafmt 3.7.12 +26c1a471bd376a6b5ddb68a1899fe5c21c3f9270 diff --git a/.scalafmt.conf b/.scalafmt.conf index bcbec6e..b923e90 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version = 3.7.3 +version = 3.7.12 binPack.parentConstructors = true maxColumn = 128 includeCurlyBraceInSelectChains = false diff --git a/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala b/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala index db1fa51..584871b 100644 --- a/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala +++ b/src/test/scala/ru/tinkoff/gatling/amqp/examples/RequestReplyTwoBrokerExample.scala @@ -13,12 +13,11 @@ import scala.concurrent.duration._ /** Execute this test. * - start docker-compose for the `docker-compose.yaml` - docker-compose -f docker-compose.yml up - * -- open http://localhost:15672 (gatling publishes messages here), user: guest, password: guest - * -- open http://localhost:15673 (consumer writes messages here), user: guest, password: guest + * -- open http://localhost:15672 (gatling publishes messages here), user: guest, password: guest -- open + * http://localhost:15673 (consumer writes messages here), user: guest, password: guest * - run RequestReplyGatlingRunner from IDE - it will - * -- start the messageConsumer SimpleRabbitMQClient - * -- gatling publish messages to readQueue, simpleClient reads them - * -- gatling receives messages from writeQueue, simple client has them written + * -- start the messageConsumer SimpleRabbitMQClient -- gatling publish messages to readQueue, simpleClient reads them -- + * gatling receives messages from writeQueue, simple client has them written */ class RequestReplyTwoBrokerExample extends Simulation {