v0.3.8-pre.005-fix.001

This commit is contained in:
2026-09-03 13:45:12 +02:00
parent bf73481180
commit 9b92900dd7
6 changed files with 61 additions and 20 deletions

View File

@@ -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),