Skip to content

Commit

Permalink
Merge pull request #200 from epage/win
Browse files Browse the repository at this point in the history
chore(ci): Fix tests
  • Loading branch information
epage committed Feb 20, 2023
2 parents 992a2e3 + 0378bd7 commit acda2cf
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 acda2cf

Please sign in to comment.