Skip to content

Commit 616ae39

Browse files
author
Gurpreet Singh
committed
convert to static property function
1 parent 8560692 commit 616ae39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TestStack.BDDfy/Configuration/Scanners.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ public IEnumerable<IStepScanner> GetStepScanners(object objectUnderTest)
3838
public Func<IStoryMetadataScanner> StoryMetadataScanner = () => new StoryAttributeMetadataScanner();
3939

4040
[Obsolete("This will be removed soon. Use Configurator.Humanizer.Humanize")]
41-
public Func<string, string> Humanize = Configurator.Humanizer.Humanize;
41+
public static Func<string, string> Humanize = Configurator.Humanizer.Humanize;
4242
}
4343
}

0 commit comments

Comments
 (0)