wakatime / wakatime-cli

Command line interface used by all WakaTime text editor plugins
https://wakatime.com/plugins
BSD 3-Clause "New" or "Revised" License
277 stars 41 forks source link

Update swift_test.go #872

Closed harshsingh32 closed 1 year ago

harshsingh32 commented 1 year ago

Using require.ElementsMatch() function instead of assert.Equal() for comparing slices, will ensure that the order of elements in the slice does not matter.

gandarez commented 1 year ago

There's no broken tests that justifies theses changes.