v0.3.8-pre.005-fix.001
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// file: crates/ksp-store-postgres-lib/unit_tests/raw_account.rs
|
||||
// version: 6
|
||||
// version: 7
|
||||
|
||||
fn network() -> ksp_store_api::RawNetworkId {
|
||||
return match ksp_store_api::RawNetworkId::new("devnet") {
|
||||
@@ -67,7 +67,7 @@ fn observation_row() -> super::RawAccountObservationDbRow {
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
fn inspection_row(data_length_bytes: i64) -> super::RawAccountInspectionDbRow {
|
||||
return super::RawAccountInspectionDbRow {
|
||||
data_length_bytes: std::option::Option::Some(data_length_bytes),
|
||||
executable: std::option::Option::Some(true),
|
||||
|
||||
Reference in New Issue
Block a user