Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d3a583a

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 18a084b commit d3a583a

File tree

1 file changed

+1
-0
lines changed
  • store/test-store/tests/postgres

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)

AltStyle によって変換されたページ (->オリジナル) /