Skip to content

Commit

Permalink
add test for hash function handler
Browse files Browse the repository at this point in the history
  • Loading branch information
gs-gunjan authored Nov 7, 2023
1 parent 0b506f2 commit de0fbd8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ Class meta::legend::test::handlers::model::TestString
toString(){3->toString()}:String[1];
toUpper(){$this.string->toUpper()}:String[1];
trim(){$this.string->trim()}:String[1];

hashString(){$this.string->hash(meta::pure::functions::hash::HashType.MD5)}:String[1];
}

Class meta::legend::test::handlers::model::TestDate
Expand Down

0 comments on commit de0fbd8

Please sign in to comment.