mirror of
https://github.com/sigmasternchen/gleam-community-maths
synced 2025-03-15 07:59:01 +00:00
Rename metrics test function
This commit is contained in:
parent
e8bbcce587
commit
e135ea3318
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ pub fn chebyshev_distance_test() {
|
|||
|> should.equal(Ok(0.0))
|
||||
}
|
||||
|
||||
pub fn edit_distance_test() {
|
||||
pub fn levenshtein_distance_test() {
|
||||
// Try different types of valid input...
|
||||
|
||||
// Requires 5 insertions to transform the empty string into "hello"
|
||||
|
|
Loading…
Reference in a new issue