Skip to content

Commit

Permalink
flatpak: Add funny directory workaround round 9999
Browse files Browse the repository at this point in the history
  • Loading branch information
DashieTM committed Jun 1, 2024
1 parent c7f9552 commit 6c96f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fn test_config_dir() {
fn test_flatpak_fix() {
use crate::flatpak_fix;
use std::path::PathBuf;
let flatpak = "/home/something/.var/app/org.Xetibo.ReSet/config/ReSet.toml";
let flatpak = "/home/something/.var/app/org.Xetibo.ReSet/config/reset/ReSet.toml";
assert_eq!(
flatpak_fix(PathBuf::from(flatpak))
.unwrap()
Expand Down

0 comments on commit 6c96f03

Please sign in to comment.