hive/tests: Fix editorconfig

This commit is contained in:
Zhaofeng Li 2022-06-09 11:35:02 -07:00
parent 9db25bd914
commit d7aa4ab864

View file

@ -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