Skip to content

Commit

Permalink
feat: change commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
gdgagangeek committed Jun 24, 2024
1 parent 5bca70d commit 0ff54b7
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion core/changedetector/proto_change_detector_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func init() {
Version: int32(1),
Depth: 10,
SourceURL: "https://github.com/some-repo",
CommitSHA: "bce5b348",
CommitSHA: "some-commit-sha",
}
}

Expand Down
2 changes: 1 addition & 1 deletion core/changedetector/testdata/output/sce_enum_added.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
2 changes: 1 addition & 1 deletion core/changedetector/testdata/output/sce_enum_updated.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"version": 1,
"metadata": {
"source_url": "https://github.com/some-repo",
"commit_sha": "bce5b348"
"commit_sha": "some-commit-sha"
}
}

0 comments on commit 0ff54b7

Please sign in to comment.