temporal icon indicating copy to clipboard operation
temporal copied to clipboard

minor improvements to version rule unit tests

Open carlydf opened this issue 1 year ago • 1 comments
trafficstars

What changed?

Replace assert.Equal(t, expectedError, err) with assert.ErrorIs(...) and assert.ErrorContains(...). Remove redundant assert.Error(...)

carlydf avatar Apr 18 '24 23:04 carlydf

@carlydf let's merge it?

stephanos avatar May 01 '24 18:05 stephanos

No longer needed.

yiminc avatar Jun 05 '24 16:06 yiminc