Manually camelCase solana program json (#14907)

This commit is contained in:
Tyera Eulberg
2021-01-28 13:41:57 -07:00
committed by GitHub
parent d4cc7c6b66
commit 7e2e0d4a86
3 changed files with 42 additions and 43 deletions

View File

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