Skip to content

Commit 76d89ff

Browse files
committed
enable tests back
1 parent 7092b78 commit 76d89ff

10 files changed

+0
-10
lines changed

rust/signed_doc/tests/brand_parameters_form_template.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ mod common;
8181
"missing 'content-encoding' (optional)"
8282
)]
8383
#[tokio::test]
84-
#[ignore = "Broken Test Case, TODO: Fix it."]
8584
#[allow(clippy::unwrap_used)]
8685
async fn test_brand_parameters_form_template_doc(
8786
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/campaign_parameters.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ mod common;
175175
"missing 'parameters'"
176176
)]
177177
#[tokio::test]
178-
#[ignore = "Broken Test Case, TODO: Fix it."]
179178
#[allow(clippy::unwrap_used)]
180179
async fn test_campaign_parameters_doc(
181180
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/campaign_parameters_form_template.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@ mod common;
125125
"missing 'parameters'"
126126
)]
127127
#[tokio::test]
128-
#[ignore = "Broken Test Case, TODO: Fix it."]
129128
#[allow(clippy::unwrap_used)]
130129
async fn test_campaign_parameters_form_template_doc(
131130
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/category_parameters.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ mod common;
188188
"missing 'parameters'"
189189
)]
190190
#[tokio::test]
191-
#[ignore = "Broken Test Case, TODO: Fix it."]
192191
#[allow(clippy::unwrap_used)]
193192
async fn test_category_parameters_doc(
194193
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/category_parameters_form_template.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ mod common;
134134
"missing 'parameters'"
135135
)]
136136
#[tokio::test]
137-
#[ignore = "Broken Test Case, TODO: Fix it."]
138137
#[allow(clippy::unwrap_used)]
139138
async fn test_category_parameters_form_template_doc(
140139
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/proposal.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ mod common;
206206
"missing parameters"
207207
)]
208208
#[tokio::test]
209-
#[ignore = "Broken Test Case, TODO: Fix it."]
210209
#[allow(clippy::unwrap_used)]
211210
async fn test_proposal_doc(
212211
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/proposal_comment.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,6 @@ mod common;
322322
"missing ref"
323323
)]
324324
#[tokio::test]
325-
#[ignore = "Broken Test Case, TODO: Fix it."]
326325
#[allow(clippy::unwrap_used)]
327326
async fn test_proposal_comment_doc(
328327
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/proposal_comment_form_template.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ mod common;
153153
"missing parameters"
154154
)]
155155
#[tokio::test]
156-
#[ignore = "Broken Test Case, TODO: Fix it."]
157156
#[allow(clippy::unwrap_used)]
158157
async fn test_proposal_comment_form_template_doc(
159158
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/proposal_form_template.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ mod common;
152152
"missing parameters"
153153
)]
154154
#[tokio::test]
155-
#[ignore = "Broken Test Case, TODO: Fix it."]
156155
#[allow(clippy::unwrap_used)]
157156
async fn test_proposal_form_template_doc(
158157
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

rust/signed_doc/tests/proposal_submission_action.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ mod common;
297297
"missing parameters"
298298
)]
299299
#[tokio::test]
300-
#[ignore = "Broken Test Case, TODO: Fix it."]
301300
#[allow(clippy::unwrap_used)]
302301
async fn test_proposal_submission_action_doc(
303302
doc_gen: impl FnOnce(&mut TestCatalystProvider) -> anyhow::Result<CatalystSignedDocument>

0 commit comments

Comments
 (0)