Skip to content

Commit 1969ac9

Browse files
committed
Fix ignored test
1 parent d2a9de3 commit 1969ac9

File tree

1 file changed

+2
-1
lines changed
  • rustfmt-core/rustfmt-bin/tests/rustfmt

1 file changed

+2
-1
lines changed

rustfmt-core/rustfmt-bin/tests/rustfmt/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,11 @@ fn inline_config() {
9191
"--config",
9292
"max_width=80,edition=2018",
9393
"--config",
94-
"color=always,format_strings=true"
94+
"tab_spaces=8,format_strings=true"
9595
],
9696
contains("max_width = 80")
9797
&& contains("edition = \"2018\"")
9898
&& contains("format_strings = true")
99+
&& contains("tab_spaces = 8")
99100
);
100101
}

0 commit comments

Comments
 (0)