mirror of
https://github.com/starship/starship.git
synced 2024-11-22 00:04:05 +01:00
chore(nimble): fix typo in nimble
Signed-off-by: MahmoudESSE <mahmoudesse@dinopp.site>
This commit is contained in:
parent
c383231ee7
commit
c08be8849c
@ -583,7 +583,7 @@ license = "MIT"
|
||||
|
||||
#[test]
|
||||
fn test_extract_nimble_package_version_for_non_nimble_directory() -> io::Result<()> {
|
||||
// Only create an empty directory. There's no .nibmle file for this case.
|
||||
// Only create an empty directory. There's no .nimble file for this case.
|
||||
let project_dir = create_project_dir()?;
|
||||
|
||||
let starship_config = toml::toml! {
|
||||
|
Loading…
Reference in New Issue
Block a user