mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Fix tests
This commit is contained in:
@@ -531,6 +531,10 @@ mod tests {
|
||||
data_path.push("loop_prep");
|
||||
|
||||
for config in data.get().iter().rev() {
|
||||
if config.layout_name.is_empty() {
|
||||
continue;
|
||||
}
|
||||
|
||||
buf.clear();
|
||||
|
||||
let layout_file = format!("{}_US.ron", config.layout_name);
|
||||
|
||||
Reference in New Issue
Block a user