Changed name of function

This commit is contained in:
2025-10-10 14:24:04 -04:00
parent 218b0f60a9
commit 797430c9d2
2 changed files with 4 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ mod tests {
assert_eq!(result.has_delimiter, true, "The {} variable has an issue finding the delimiter", result.key);
match icarus_envy::utility::split_words(&result) {
match icarus_envy::utility::delimitize(&result) {
Ok(allowed_origins) => {
assert_eq!(allowed_origins.len(), 2, "The amount of allowed origins does not match. {} {}", allowed_origins.len(), 2)
}