Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Fix test utils
Browse files Browse the repository at this point in the history
Signed-off-by: Sergey Minaev <[email protected]>
  • Loading branch information
jovfer authored Jul 26, 2018
1 parent 53770c3 commit 5e114fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libindy/tests/utils/anoncreds.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ impl AnoncredsUtils {
"sex".to_string() => "male".to_string(),
"name".to_string() => "Alexander".to_string(),
"height".to_string() => "170".to_string(),
"age".to_string() => "28".to_string()
"Age".to_string() => "28".to_string()
}
}
}
Expand Down

0 comments on commit 5e114fe

Please sign in to comment.