Fix typo: upgradable to upgradEable (#25827)

This commit is contained in:
apfitzge 2022-06-08 08:35:26 -05:00 committed by GitHub
parent d4a442cf5f
commit 08cb3c4c86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ use {
};
#[tokio::test]
async fn test_bpf_loader_upgradable_present() {
async fn test_bpf_loader_upgradeable_present() {
// Arrange
let (mut banks_client, payer, recent_blockhash) = ProgramTest::default().start().await;