Skip to content

Commit 966c26b

Browse files
fubhyclaude
andcommitted
store: Fix missing struct_field_mappings field in test mock_abi
Add missing struct_field_mappings field to MappingABI initialization in store test to fix compilation error. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent d9cc0c9 commit 966c26b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

store/test-store/tests/postgres/store.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1074,6 +1074,7 @@ fn mock_abi() -> MappingABI {
10741074
.as_bytes(),
10751075
)
10761076
.unwrap(),
1077+
struct_field_mappings: std::collections::HashMap::new(),
10771078
}
10781079
}
10791080

0 commit comments

Comments
 (0)