Skip to content

Commit

Permalink
Update test assertion message
Browse files Browse the repository at this point in the history
  • Loading branch information
bnchi committed Oct 17, 2024
1 parent 1a6a046 commit 3d20731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mdx_expression_flow.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fn mdx_expression_flow_agnostic() -> Result<(), message::Message> {
})],
position: Some(Position::new(1, 1, 0, 3, 5, 15))
}),
"should support mdx expressions (flow) as `MdxFlowExpression`s in mdast"
"should support indent in `MdxFlowExpression` in mdast"
);

Ok(())
Expand Down

0 comments on commit 3d20731

Please sign in to comment.