Update mainnet altair types test (#2738)
## Issue Addressed
e895074ba
updated the altair fork and now that we are a week away this test no longer panics.
## Proposed Changes
Remove the expected panic and explanatory note.
This commit is contained in:
parent
99f7a7db58
commit
2f7b5f8cb0
@ -556,13 +556,7 @@ mod tests {
|
|||||||
test_base_types("mainnet", 4242).await
|
test_base_types("mainnet", 4242).await
|
||||||
}
|
}
|
||||||
|
|
||||||
/* The Altair fork for mainnet has not been announced, so this test will always fail.
|
|
||||||
*
|
|
||||||
* If this test starts failing, it's likely that the fork has been decided and we should remove
|
|
||||||
* the `#[should_panic]`
|
|
||||||
*/
|
|
||||||
#[tokio::test]
|
#[tokio::test]
|
||||||
#[should_panic]
|
|
||||||
async fn mainnet_altair_types() {
|
async fn mainnet_altair_types() {
|
||||||
test_altair_types("mainnet", 4243).await
|
test_altair_types("mainnet", 4243).await
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user