Skip to content

Commit 1a87765

Browse files
committed
Fix config parse test
Signed-off-by: Russell Currey <[email protected]>
1 parent 17173fe commit 1a87765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,6 @@ mod tests {
201201

202202
#[test]
203203
fn parse_good_config() {
204-
assert!(parse_config("examples/tests/valid.ron").is_ok());
204+
assert!(parse_config(&PathBuf::from("examples/tests/valid.ron")).is_ok());
205205
}
206206
}

0 commit comments

Comments
 (0)