Manually camelCase solana program json (#14907) (#14936)

This commit is contained in:
Tyera Eulberg
2021-01-29 15:52:26 -07:00
committed by GitHub
parent 7ad9870071
commit af04a265dd
3 changed files with 38 additions and 39 deletions

View File

@ -2729,7 +2729,7 @@ mod tests {
let program_id = json
.as_object()
.unwrap()
.get("ProgramId")
.get("programId")
.unwrap()
.as_str()
.unwrap();