summaryrefslogtreecommitdiffstats
path: root/src/modules/hg_branch.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/hg_branch.rs')
-rw-r--r--src/modules/hg_branch.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/hg_branch.rs b/src/modules/hg_branch.rs
index 259cf3bb6..8a9f84ae2 100644
--- a/src/modules/hg_branch.rs
+++ b/src/modules/hg_branch.rs
@@ -309,7 +309,7 @@ mod tests {
fn expect_hg_branch_with_config(
repo_dir: &Path,
- config: Option<toml::Value>,
+ config: Option<toml::Table>,
expectations: &[Expect],
) {
let actual = ModuleRenderer::new("hg_branch")