mirror of
https://github.com/Slug-Boi/cocommit.git
synced 2026-05-13 12:45:47 +00:00
test: create tests for the util functions
This commit is contained in:
@@ -98,7 +98,7 @@ func add_x_users(excludeMode []string) {
|
||||
}
|
||||
}
|
||||
|
||||
// helper function to select a group of users to exclude in the commit message
|
||||
// helper function to select groups of users to exclude in the commit message
|
||||
func group_selection(group []User, excludeMode []string) []string {
|
||||
for _, user := range Users {
|
||||
if !(slices.Contains(group, user)) {
|
||||
|
||||
Reference in New Issue
Block a user