Skip to content

Commit 48f5c00

Browse files
committed
adapter - dummy - fix test
1 parent 88137cc commit 48f5c00

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

adapter/src/dummy.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,10 @@ mod test {
285285

286286
#[tokio::test]
287287
async fn test_deposits_calls() {
288-
let channel = DUMMY_CAMPAIGN.channel;
288+
let channel = Channel {
289+
token: DUMMY_TOKEN.address,
290+
..DUMMY_CAMPAIGN.channel
291+
};
289292

290293
let channel_context = ChainOf {
291294
context: channel,

0 commit comments

Comments
 (0)