Skip to content

Commit

Permalink
test(entity): fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado committed Nov 28, 2024
1 parent b5ad1c6 commit b3e3698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telegram/message/entity/format_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ func TestBuilder_GrowText(t *testing.T) {
)

b.GrowText(100)
a.Equal(100, b.message.Cap())
a.LessOrEqual(100, b.message.Cap())
}

func TestBuilder_GrowEntities(t *testing.T) {
Expand Down

0 comments on commit b3e3698

Please sign in to comment.