Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Fix CI failures
Browse files Browse the repository at this point in the history
  • Loading branch information
deekerno committed Aug 10, 2023
1 parent eb10f77 commit e303839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion packages/fuel-indexer-tests/tests/e2e/indexing_postgres.rs
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ async fn test_can_index_metadata_when_indexer_macro_is_called_postgres() {
.unwrap();

assert!(row.get::<BigDecimal, usize>(1).to_u64().unwrap() > 0);
assert_eq!(row.get::<BigDecimal, usize>(2).to_u64().unwrap(), 1);
assert_eq!(row.get::<i32, usize>(2), 1);
}

#[actix_web::test]
Expand Down

0 comments on commit e303839

Please sign in to comment.