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
|
||||
let tempdir = tempfile::tempdir()?;
|
||||
// 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
|
||||
let actual = ModuleRenderer::new("YOUR_MODULE_NAME")
|
||||
|
|
Loading…
Reference in New Issue