Skip to content

Commit c59803e

Browse files
committed
test: ✅ add missing is_in_bucket parameter in backend postgres tests
1 parent 2bc19e8 commit c59803e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backend/lib/src/data/indexer_db/repository/postgres.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,7 @@ impl IndexerOpsMut for Repository {
301301
vec![], // No peer_ids for simple test data
302302
vec![0u8; 32], // Placeholder block hash for test data
303303
None, // No transaction hash for test data
304+
false, // Default to not in bucket for test data
304305
)
305306
.await?;
306307

0 commit comments

Comments
 (0)