Skip to content

Commit

Permalink
(maint) Force english culture on exception test
Browse files Browse the repository at this point in the history
This commit updates a test that verifies that a test that reports
an exception is running under the English culture.
This is done so the test won't fail when it is running on
non-english cultures just because the messaging would be
different.
  • Loading branch information
AdmiringWorm authored and gep13 committed Nov 17, 2022
1 parent 420b234 commit 3fd91ad
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public override void Context()
}
}

[SetCulture("en"), SetUICulture("en")]
public class when_FilesService_encounters_locked_files : FilesServiceSpecsBase
{
private PackageFiles _result;
Expand Down

0 comments on commit 3fd91ad

Please sign in to comment.