Skip to content

Commit

Permalink
test: remove test value
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 13, 2024
1 parent d1fe792 commit 815a3a5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/mod_info/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,7 @@ mod tests {

#[test]
fn get_mod_info() -> Result<()> {
// let pattern = "../../dummy/Data/Nemesis_Engine/mod/*/info.ini";
let pattern = "D:/GAME/ModOrganizer Skyrim SE/mods/*/Nemesis_Engine/mod/*/info.ini";
let pattern = "../../dummy/Data/Nemesis_Engine/mod/*/info.ini";
let info = ModsInfo::get_all(pattern)?;
println!("{:#?}", info);
Ok(())
Expand Down

0 comments on commit 815a3a5

Please sign in to comment.