mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 03:55:58 +01:00
fix typo
This commit is contained in:
@@ -17,7 +17,7 @@ case class ApiPullRequestReviewComment(
|
|||||||
commit_id: String, // "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
commit_id: String, // "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
||||||
// "original_commit_id": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
// "original_commit_id": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
||||||
user: ApiUser,
|
user: ApiUser,
|
||||||
body: String, // "Maybe you should use more emojji on this line.",
|
body: String, // "Maybe you should use more emoji on this line.",
|
||||||
created_at: Date, // "2015-05-05T23:40:27Z",
|
created_at: Date, // "2015-05-05T23:40:27Z",
|
||||||
updated_at: Date // "2015-05-05T23:40:27Z",
|
updated_at: Date // "2015-05-05T23:40:27Z",
|
||||||
)(repositoryName: RepositoryName, issueId: Int)
|
)(repositoryName: RepositoryName, issueId: Int)
|
||||||
|
|||||||
@@ -345,7 +345,7 @@ class JsonFormatSpec extends FunSuite {
|
|||||||
commit_id = "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
commit_id = "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
||||||
// "original_commit_id": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
// "original_commit_id": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
||||||
user = apiUser,
|
user = apiUser,
|
||||||
body = "Maybe you should use more emojji on this line.",
|
body = "Maybe you should use more emoji on this line.",
|
||||||
created_at = date("2015-05-05T23:40:27Z"),
|
created_at = date("2015-05-05T23:40:27Z"),
|
||||||
updated_at = date("2015-05-05T23:40:27Z")
|
updated_at = date("2015-05-05T23:40:27Z")
|
||||||
)(RepositoryName("baxterthehacker/public-repo"), 1)
|
)(RepositoryName("baxterthehacker/public-repo"), 1)
|
||||||
@@ -359,7 +359,7 @@ class JsonFormatSpec extends FunSuite {
|
|||||||
"commit_id": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
"commit_id": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
||||||
// "original_commit_id": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
// "original_commit_id": "0d1a26e67d8f5eaf1f6ba5c57fc3c7d91ac0fd1c",
|
||||||
"user": $apiUserJson,
|
"user": $apiUserJson,
|
||||||
"body": "Maybe you should use more emojji on this line.",
|
"body": "Maybe you should use more emoji on this line.",
|
||||||
"created_at": "2015-05-05T23:40:27Z",
|
"created_at": "2015-05-05T23:40:27Z",
|
||||||
"updated_at": "2015-05-05T23:40:27Z",
|
"updated_at": "2015-05-05T23:40:27Z",
|
||||||
"html_url": "http://gitbucket.exmple.com/baxterthehacker/public-repo/pull/1#discussion_r29724692",
|
"html_url": "http://gitbucket.exmple.com/baxterthehacker/public-repo/pull/1#discussion_r29724692",
|
||||||
|
|||||||
Reference in New Issue
Block a user