Skip to content

Commit 1448ed4

Browse files
committed
fix TestRepoStatsIndex
1 parent 5eae219 commit 1448ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/indexer/stats/indexer_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func TestRepoStatsIndex(t *testing.T) {
4444

4545
status, err := repo_model.GetIndexerStatus(db.DefaultContext, repo, repo_model.RepoIndexerTypeStats)
4646
assert.NoError(t, err)
47-
assert.Equal(t, "65f1bf27bc3bf70f64657658635e66094edbcb4d", status.CommitSha)
47+
assert.Equal(t, "94dc45d6ec51090b36c4d5bd5d9e6f5a70da9edf", status.CommitSha)
4848
langs, err := repo_model.GetTopLanguageStats(db.DefaultContext, repo, 5)
4949
assert.NoError(t, err)
5050
assert.Empty(t, langs)

0 commit comments

Comments
 (0)