Skip to content

Commit

Permalink
Fix Unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuddassir-msft committed Jul 27, 2023
1 parent d52b1ce commit bf2b828
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions object_store/src/azure/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1196,9 +1196,7 @@ mod tests {
.parse_url("https://daily-onelake.dfs.fabric.microsoft.com/86bc63cf-5086-42e0-b16d-6bc580d1dc87/17d3977c-d46e-4bae-8fed-ff467e674aed/Files/SampleCustomerList.csv")
.unwrap();
assert_eq!(builder.account_name, Some("daily-onelake".to_string()));
assert_eq!(builder.container_name, Some("86bc63cf-5086-42e0-b16d-6bc580d1dc87".to_string()));



let err_cases = [
"mailto://account.blob.core.windows.net/",
"az://blob.mydomain/",
Expand Down

0 comments on commit bf2b828

Please sign in to comment.