Skip to content

Commit 45c548a

Browse files
committed
fix test
1 parent 4a91f3f commit 45c548a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

models/avatar_test.go

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

4242
func TestSizedAvatarLink(t *testing.T) {
4343
disableGravatar()
44-
assert.Equal(t, "/suburl/img/avatar_default.png",
44+
assert.Equal(t, "/suburl/assets/img/avatar_default.png",
4545
SizedAvatarLink("[email protected]", 100))
4646

4747
enableGravatar(t)

0 commit comments

Comments
 (0)