Skip to content

Commit c7e310d

Browse files
committed
Fix variables test
Signed-off-by: Ryan Levick <[email protected]>
1 parent f1ce587 commit c7e310d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/factor-variables/tests/factor_test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async fn static_provider_works() -> anyhow::Result<()> {
2525
variables = { baz = "<{{ foo }}>" }
2626
})
2727
.runtime_config(TomlConfig::new(toml! {
28-
[[variable_provider]]
28+
[[variables_provider]]
2929
type = "static"
3030
values = { foo = "bar" }
3131
}))?;

0 commit comments

Comments
 (0)