mirror of
https://github.com/starship/starship.git
synced 2024-11-22 00:04:05 +01:00
fix: typo of variable in CONTRIBUTING (#3595)
This commit is contained in:
parent
e6a921b5b2
commit
7347d2c195
@ -188,7 +188,7 @@ mod tests {
|
|||||||
// Here you setup the testing environment
|
// Here you setup the testing environment
|
||||||
let tempdir = tempfile::tempdir()?;
|
let tempdir = tempfile::tempdir()?;
|
||||||
// Create some file needed to render the module
|
// Create some file needed to render the module
|
||||||
File::create(dir.path().join("YOUR_FILE"))?.sync_all()?;
|
File::create(tempdir.path().join("YOUR_FILE"))?.sync_all()?;
|
||||||
|
|
||||||
// The output of the module
|
// The output of the module
|
||||||
let actual = ModuleRenderer::new("YOUR_MODULE_NAME")
|
let actual = ModuleRenderer::new("YOUR_MODULE_NAME")
|
||||||
|
Loading…
Reference in New Issue
Block a user