We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3da76b commit 4277bb4Copy full SHA for 4277bb4
src/test/scala/UserOpSpec.scala
@@ -8,16 +8,16 @@ import scala.concurrent.Await
8
import scala.concurrent.ExecutionContext.Implicits.global
9
import codecheck.github.models.UserInput
10
11
-class UserOpSpec extends FunSpec
12
- with Constants
+class UserOpSpec extends FunSpec
+ with Constants
13
with BeforeAndAfterAll
14
{
15
val origin = Await.result(api.getAuthenticatedUser, TIMEOUT)
16
17
override def afterAll() {
18
val input = UserInput(
19
Some(origin.name),
20
- Some(origin.email),
+ origin.email,
21
Some(origin.blog),
22
Some(origin.company),
23
Some(origin.location),
@@ -77,4 +77,4 @@ class UserOpSpec extends FunSpec
77
assert((res{0}.id).toLong == userOpGet.id)
78
}
79
80
-}
+}
0 commit comments