Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
devklick committed May 6, 2024
1 parent e188a4b commit 2090198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GDMan.Core.Test/Services/FileSystemService.Test.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public void GenerateName_Linux_Arm32_Standard()
[Fact]
public void GenerateName_Linux_Arm32_Mono()
{
var version = SemanticVersioning.Version.Parse("4.2-stable");
var version = SemanticVersioning.Version.Parse("4.2.0-stable");
var platform = Platform.Linux;
var architecture = Architecture.Arm32;
var flavour = Flavour.Mono;
Expand Down

0 comments on commit 2090198

Please sign in to comment.