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

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ra0x3 committed Nov 20, 2023
1 parent 553dde6 commit d891822
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 71 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ mod fuel_indexer_test {
.unwrap();
}
}

fn fuel_indexer_test_predicates(
_predicates: Predicates,
_inputs: TestPredicate1Inputs,
Expand Down
14 changes: 7 additions & 7 deletions packages/fuel-indexer-tests/sway/test-contract1/Forc.lock
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[[package]]
name = "core"
source = "path+from-root-AD80769CAE44474A"
source = "path+from-root-BD9159206068AEC6"

[[package]]
name = 'std'
source = 'git+https://github.com/fuellabs/sway?tag=v0.45.0#92dc9f361a9508a940c0d0708130f26fa044f6b3'
dependencies = ['core']
name = "std"
source = "git+https://github.com/fuellabs/sway?tag=v0.46.1#512a3386f8961185188302f391ccc96553d23a7a"
dependencies = ["core"]

[[package]]
name = 'test-contract1'
source = 'member'
dependencies = ['std']
name = "test-contract1"
source = "member"
dependencies = ["std"]
Loading

0 comments on commit d891822

Please sign in to comment.