From 0ae2377b9274eb3720d596fb20949c26930b5d66 Mon Sep 17 00:00:00 2001 From: Cyborus Date: Sat, 27 Apr 2024 14:32:30 -0400 Subject: include `object_format_name` in test --- tests/ci_test.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ci_test.rs b/tests/ci_test.rs index 0d03074..6eca774 100644 --- a/tests/ci_test.rs +++ b/tests/ci_test.rs @@ -95,6 +95,7 @@ async fn repo() { issue_labels: Some("".into()), license: Some("".into()), name: "test".into(), + object_format_name: None, private: Some(false), readme: None, template: Some(false), -- cgit v1.2.3