Skip to content

Commit

Permalink
Fix ThrowsIfNoHgFolderIsFound exception type
Browse files Browse the repository at this point in the history
  • Loading branch information
myieye authored and hahn-kev committed Oct 24, 2023
1 parent 977c580 commit a6289fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Testing/LexCore/Services/HgServiceTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,6 @@ public async Task ThrowsIfNoHgFolderIsFound()

stream.Position = 0;
var act = () => _hgService.FinishReset(code, stream);
act.ShouldThrow<ArgumentException>();
act.ShouldThrow<ProjectResetException>();
}
}

0 comments on commit a6289fc

Please sign in to comment.