aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/com/drivergrp/core/GeneratorsTest.scala
diff options
context:
space:
mode:
authorvlad <vlad@drivergrp.com>2016-09-09 15:15:04 -0700
committervlad <vlad@drivergrp.com>2016-09-09 15:15:04 -0700
commit135c38f390da1a2faf983d9b2b2f0fea6a5e74b5 (patch)
tree37090c7f7eec45cf581538e42385c413a15fd237 /src/test/scala/com/drivergrp/core/GeneratorsTest.scala
parent968a702c359cd1de3359109edda6af5dd26fc74a (diff)
downloaddriver-core-135c38f390da1a2faf983d9b2b2f0fea6a5e74b5.tar.gz
driver-core-135c38f390da1a2faf983d9b2b2f0fea6a5e74b5.tar.bz2
driver-core-135c38f390da1a2faf983d9b2b2f0fea6a5e74b5.zip
Scalacheck properties check inside of scalatest + code formatting
Diffstat (limited to 'src/test/scala/com/drivergrp/core/GeneratorsTest.scala')
-rw-r--r--src/test/scala/com/drivergrp/core/GeneratorsTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/com/drivergrp/core/GeneratorsTest.scala b/src/test/scala/com/drivergrp/core/GeneratorsTest.scala
index 84a8635..631149e 100644
--- a/src/test/scala/com/drivergrp/core/GeneratorsTest.scala
+++ b/src/test/scala/com/drivergrp/core/GeneratorsTest.scala
@@ -47,7 +47,7 @@ class GeneratorsTest extends FlatSpec with Matchers with Assertions {
it should "be able to generate proper UUIDs" in {
nextUuid() should not be nextUuid()
- nextUuid().toString.length should be (36)
+ nextUuid().toString.length should be(36)
}
it should "be able to generate new Revisions" in {