Skip to content

Commit

Permalink
chore(ci): Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Feb 20, 2023
1 parent 992a2e3 commit 0378bd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion crates/snapbox/src/cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ pub(crate) mod examples {
/// ## Example
///
/// ```rust,no_run
/// snapbox::cmd::compile_example("example-fixture", []);
/// snapbox::cmd::compile_example("snap-example-fixture", []);
/// ```
#[cfg(feature = "examples")]
pub fn compile_example<'a>(
Expand Down

0 comments on commit 0378bd7

Please sign in to comment.