Skip to content

Commit

Permalink
Fix test build
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Feb 9, 2024
1 parent 6968245 commit 986c4fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,10 @@ clap = "4.4.8"
dfx-core = { git = "https://github.com/hpeebles/dfinity-sdk", rev = "d39dde0611fda8f30a6796b40b1dbb13a0541597" }
dirs = "5.0.1"
dotenv = "0.15.0"
event_sink_canister = { git = "https://github.com/open-chat-labs/event-sink", rev = "9d4ff0300769786196bf4c7d5b6f212f43c5343a" }
event_sink_client = { git = "https://github.com/open-chat-labs/event-sink", rev = "9d4ff0300769786196bf4c7d5b6f212f43c5343a" }
event_sink_client_cdk_runtime = { git = "https://github.com/open-chat-labs/event-sink", rev = "9d4ff0300769786196bf4c7d5b6f212f43c5343a" }
event_sink_utils = { git = "https://github.com/open-chat-labs/event-sink", rev = "9d4ff0300769786196bf4c7d5b6f212f43c5343a" }
event_sink_canister = { git = "https://github.com/open-chat-labs/event-sink", rev = "01155d7119e899937dfc3cdb9a93977d65345c91" }
event_sink_client = { git = "https://github.com/open-chat-labs/event-sink", rev = "01155d7119e899937dfc3cdb9a93977d65345c91" }
event_sink_client_cdk_runtime = { git = "https://github.com/open-chat-labs/event-sink", rev = "01155d7119e899937dfc3cdb9a93977d65345c91" }
event_sink_utils = { git = "https://github.com/open-chat-labs/event-sink", rev = "01155d7119e899937dfc3cdb9a93977d65345c91" }
futures = "0.3.29"
getrandom = { version = "0.2.11", features = ["custom"] }
hex = "0.4.3"
Expand Down
2 changes: 1 addition & 1 deletion backend/canisters/user_index/impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ impl Default for Data {
storage_index_canister_id: Principal::anonymous(),
escrow_canister_id: Principal::anonymous(),
translations_canister_id: Principal::anonymous(),
event_sink_client: EventSinkClient::null(),
event_sink_client: EventSinkClientBuilder::new(Principal::anonymous(), CdkRuntime::default()).build(),
storage_index_user_sync_queue: OpenStorageUserSyncQueue::default(),
user_index_event_sync_queue: CanisterEventSyncQueue::default(),
user_principal_updates_queue: UserPrincipalUpdatesQueue::default(),
Expand Down

0 comments on commit 986c4fb

Please sign in to comment.