Skip to content

Commit

Permalink
- fixes failing test on linux
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Biret <[email protected]>
  • Loading branch information
baywet committed Oct 25, 2023
1 parent 95c9aef commit a1ab607
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public async Task Identity()
var lockManagementService = new LockManagementService();
var lockFile = new KiotaLock
{
DescriptionLocation = "D:/description.yml",
DescriptionLocation = "/description.yml",
};
var path = Path.GetTempPath();
await lockManagementService.WriteLockFileAsync(path, lockFile);
Expand Down

0 comments on commit a1ab607

Please sign in to comment.