Skip to content

Commit

Permalink
Fix doctest running
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipleblanc committed Jan 3, 2025
1 parent 8820e73 commit 32defec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-federation/src/table_reference.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl MultiPartTableReference {
///
/// Example:
///
/// ```
/// ```ignore
/// let parts = vec![Arc::from("a"), Arc::from("b"), Arc::from("c"), Arc::from("d")];
/// let multi_part_table_reference = MultiPartTableReference::encode_multi_part_table_reference(&parts);
/// assert_eq!(multi_part_table_reference.to_quoted_string(), r#""a"."b"."c"."d""#);
Expand Down

0 comments on commit 32defec

Please sign in to comment.