diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2025-10-17 15:22:05 +0100 |
|---|---|---|
| committer | DanConwayDev <DanConwayDev@protonmail.com> | 2025-10-17 17:18:47 +0100 |
| commit | 4a9dcc66ac7be69031a19f6ece0be4642e1f3057 (patch) | |
| tree | 3871a84a488c38d44b87658554354e345ebfee0f /test_utils/src/relay.rs | |
| parent | d35a007e92f57a55948a1b503d85f487bf771ac0 (diff) | |
chore: nix flake update
update nix dependancies including hardcoded nightly.rustfmt
applied autofixes
Diffstat (limited to 'test_utils/src/relay.rs')
| -rw-r--r-- | test_utils/src/relay.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test_utils/src/relay.rs b/test_utils/src/relay.rs index 8a982a4..313e824 100644 --- a/test_utils/src/relay.rs +++ b/test_utils/src/relay.rs | |||
| @@ -168,7 +168,7 @@ impl<'a> Relay<'a> { | |||
| 168 | self.respond_standard_req( | 168 | self.respond_standard_req( |
| 169 | client_id, | 169 | client_id, |
| 170 | &subscription_id, | 170 | &subscription_id, |
| 171 | &[filter.clone()], | 171 | std::slice::from_ref(&filter), |
| 172 | )?; | 172 | )?; |
| 173 | // self.respond_eose(client_id, subscription_id)?; | 173 | // self.respond_eose(client_id, subscription_id)?; |
| 174 | } | 174 | } |