Skip to content

Commit 3f1a5b5

Browse files
committed
fix missed failing test
1 parent b05e55c commit 3f1a5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/repository/commits_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ func TestPushCommits_AvatarLink(t *testing.T) {
124124
}
125125

126126
assert.Equal(t,
127-
"/avatars/avatar2?size="+strconv.Itoa(28*setting.Avatar.RenderedSizeFactor),
127+
"/avatars/ab53a2911ddf9b4817ac01ddcd3d975f?size="+strconv.Itoa(28*setting.Avatar.RenderedSizeFactor),
128128
pushCommits.AvatarLink(db.DefaultContext, "[email protected]"))
129129

130130
assert.Equal(t,

0 commit comments

Comments
 (0)