Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Commit 6868db2

Browse files
Yet another fix
1 parent 9f40c94 commit 6868db2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BCC.Web.Tests/Util/FakerHelpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public static class FakerHelpers
3131
filename: f.System.FileName(),
3232
startLine: lineNumber,
3333
endLine: lineNumber,
34-
checkWarningLevel: f.PickRandom<CheckWarningLevel>(),
34+
annotationLevel: f.PickRandom<AnnotationLevel>(),
3535
message: f.Lorem.Word())
3636
{
3737
Title = f.Random.Words(3)

0 commit comments

Comments
 (0)