Skip to content

Commit

Permalink
fix: test in dummy_bundle__id.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
polymo1 committed Apr 28, 2024
1 parent 33976f0 commit b31bd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple-codesign-wrapper/src/dummy_bundle_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@ mod tests {
fn add_dummy_bundle_ids() {
crate::tests::logger();

super::add_dummy_bundle_ids("TODO.app", "TODO");
super::add_dummy_bundle_ids("src/test.app", "com.wesbryie.test");
}
}

0 comments on commit b31bd4a

Please sign in to comment.