Skip to content

Commit

Permalink
fix: add atlookup dependency override to end2end and functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
murali-shris committed Dec 11, 2024
1 parent 1f9b1ba commit f393772
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/at_end2end_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ dependencies:
at_client:
path: ../../packages/at_client

dependency_overrides:
at_lookup:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_lookup
ref: atlookup_add_default_values_sync_builder

dev_dependencies:
test: ^1.24.3
lints: ^2.0.0
Expand Down
7 changes: 7 additions & 0 deletions tests/at_functional_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ dependencies:
at_auth: ^2.0.7
at_lookup: ^3.0.49

dependency_overrides:
at_lookup:
git:
url: https://github.com/atsign-foundation/at_libraries.git
path: packages/at_lookup
ref: atlookup_add_default_values_sync_builder

dev_dependencies:
test: ^1.24.3
lints: ^2.0.0
Expand Down

0 comments on commit f393772

Please sign in to comment.