Skip to content

Commit

Permalink
tests: Fix invalid URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 4, 2024
1 parent b87b5fd commit eb5ed40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/schematic/tests/url_sources_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub struct Config {
}

fn get_url(path: &str) -> String {
format!("https://raw.githubusercontent.com/moonrepo/schematic/master/crates/config/tests/__fixtures__/{}", path)
format!("https://raw.githubusercontent.com/moonrepo/schematic/master/crates/schematic/tests/__fixtures__/{}", path)
}

#[test]
Expand Down

0 comments on commit eb5ed40

Please sign in to comment.