hive/tests: Fix editorconfig
This commit is contained in:
parent
9db25bd914
commit
d7aa4ab864
1 changed files with 1 additions and 1 deletions
|
@ -531,7 +531,7 @@ fn test_hive_introspect() {
|
||||||
"#);
|
"#);
|
||||||
|
|
||||||
let expr = r#"
|
let expr = r#"
|
||||||
{ pkgs, lib, nodes }:
|
{ pkgs, lib, nodes }:
|
||||||
assert pkgs ? hello;
|
assert pkgs ? hello;
|
||||||
assert lib ? versionAtLeast;
|
assert lib ? versionAtLeast;
|
||||||
nodes.test.config.boot.isContainer
|
nodes.test.config.boot.isContainer
|
||||||
|
|
Loading…
Reference in a new issue