aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/com/drivergrp/core/GeneratorsTest.scala
diff options
context:
space:
mode:
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 {