Rename metrics test function

This commit is contained in:
NicklasXYZ 2024-04-10 23:11:14 +02:00
parent e8bbcce587
commit e135ea3318

View file

@ -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"