Skip to content

Commit

Permalink
chore: update random small word generator list
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed Dec 23, 2024
1 parent be98bdc commit 0cb2db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/codecrafters-io/tester-utils/random"
)

var SMALL_WORDS = []string{"foo", "bar", "baz", "qux", "quz"}
var SMALL_WORDS = []string{"foo", "bar", "baz", "qux", "quz", "ipsum", "lorem", "dolor", "sit", "amet"}
var LARGE_WORDS = []string{"hello", "world", "test", "example", "shell", "script"}

// getRandomDirectory creates a random directory in /tmp, creates the directories and returns the full path
Expand Down

0 comments on commit 0cb2db3

Please sign in to comment.