Skip to content

Commit

Permalink
all checks should be valid
Browse files Browse the repository at this point in the history
  • Loading branch information
Xavrax committed Aug 1, 2023
1 parent fa0052c commit 7300ea1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/dx/pubnub_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -817,6 +817,7 @@ mod should {
secret_key: Some("sec_key".into()),
user_id: Arc::new("".into()),
auth_key: None,
#[cfg(feature = "std")]
retry_policy: Default::default(),
};

Expand Down
1 change: 1 addition & 0 deletions src/dx/subscribe/builders/subscribe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ where
}
}

#[cfg(feature = "std")]
#[cfg(test)]
mod should {
use super::*;
Expand Down
3 changes: 2 additions & 1 deletion src/dx/subscribe/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -557,12 +557,13 @@ impl<T> PubNubClientInstance<T> {
}
}

#[cfg(feature = "std")]
#[cfg(test)]
mod should {
use super::*;
use crate::core::blocking;
use crate::{
core::{TransportRequest, TransportResponse},
core::{PubNubError, TransportRequest, TransportResponse},
Keyset, PubNubClientBuilder, PubNubGenericClient,
};

Expand Down

0 comments on commit 7300ea1

Please sign in to comment.