update test username for scala

This commit is contained in:
wing328 2015-11-11 16:42:00 +08:00
parent cbd1b98bf5
commit 05efd193c0

View File

@ -37,7 +37,7 @@ class UserApiTest extends FlatSpec with Matchers with BeforeAndAfterAll {
}
it should "fetch a user" in {
api.getUserByName("scala-test") match {
api.getUserByName("scala-test-username") match {
case Some(user) => {
user.id should be(11222)
user.username should be("scala-test-username")