Skip to content

Commit 4277bb4

Browse files
author
da0shi
committed
Update due to property change, and little format
1 parent d3da76b commit 4277bb4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/test/scala/UserOpSpec.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ import scala.concurrent.Await
88
import scala.concurrent.ExecutionContext.Implicits.global
99
import codecheck.github.models.UserInput
1010

11-
class UserOpSpec extends FunSpec
12-
with Constants
11+
class UserOpSpec extends FunSpec
12+
with Constants
1313
with BeforeAndAfterAll
1414
{
1515
val origin = Await.result(api.getAuthenticatedUser, TIMEOUT)
1616

1717
override def afterAll() {
1818
val input = UserInput(
1919
Some(origin.name),
20-
Some(origin.email),
20+
origin.email,
2121
Some(origin.blog),
2222
Some(origin.company),
2323
Some(origin.location),
@@ -77,4 +77,4 @@ class UserOpSpec extends FunSpec
7777
assert((res{0}.id).toLong == userOpGet.id)
7878
}
7979
}
80-
}
80+
}

0 commit comments

Comments
 (0)