Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcadenas committed Sep 18, 2024
1 parent 9c56157 commit c978c09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/account_info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ mod tests {
.unwrap();

let metadata = Metadata {
display_name: Some("Alice".to_string()),
name: Some("Alice".to_string()),
..Default::default()
};

Expand Down

0 comments on commit c978c09

Please sign in to comment.