Skip to content

Commit e7f5c00

Browse files
daschlMichael Nitschinger
authored and
Michael Nitschinger
committed
Apply scalafmt
Change-Id: Id36a105b6a1fdde521e77d9387274c8aee0de405 Reviewed-on: http://review.couchbase.org/122393 Reviewed-by: Michael Nitschinger <[email protected]> Tested-by: Michael Nitschinger <[email protected]>
1 parent 7134b0e commit e7f5c00

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

scala-client/src/integrationTest/scala/com/couchbase/client/scala/manager/SearchIndexManagerSpec.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,10 @@ class SearchIndexManagerSpec extends ScalaIntegrationTest {
105105
val foundIndexAgain = indexes.getIndex(name).get
106106

107107
// The UUID changes each time
108-
val fixIndex = foundIndex.copy(uuid = foundIndexAgain.uuid,
109-
numPlanPIndexes = foundIndexAgain.numPlanPIndexes)
108+
val fixIndex = foundIndex.copy(
109+
uuid = foundIndexAgain.uuid,
110+
numPlanPIndexes = foundIndexAgain.numPlanPIndexes
111+
)
110112
println(fixIndex)
111113
println(foundIndex)
112114
assert(fixIndex == foundIndexAgain)

scala-client/src/integrationTest/scala/com/couchbase/client/scala/search/SearchSpec.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,7 @@ class SearchSpec extends ScalaIntegrationTest {
207207
assert(missing == 0)
208208
assert(other == 0)
209209
assert(terms.toSet == Set(TermRange("user", 1), TermRange("admin", 1)))
210-
}
211-
else {
210+
} else {
212211
println("Running test again as not enough facet total")
213212
runTest()
214213
}

0 commit comments

Comments
 (0)