Skip to content

Commit

Permalink
chore: added PartialEq to Document Query
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumExplorer committed Oct 14, 2024
1 parent af542f7 commit ed83ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rs-sdk/src/platform/document_query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ use super::fetch::Fetch;
/// required to correctly verify proofs returned by the Dash Platform.
///
/// Conversions are implemented between this type, [GetDocumentsRequest] and [DriveDocumentQuery] using [TryFrom] trait.
#[derive(Debug, Clone, dapi_grpc_macros::Mockable)]
#[derive(Debug, Clone, PartialEq, dapi_grpc_macros::Mockable)]
#[cfg_attr(feature = "mocks", derive(serde::Serialize, serde::Deserialize))]
pub struct DocumentQuery {
/// Data contract ID
Expand Down

0 comments on commit ed83ee3

Please sign in to comment.