File tree 2 files changed +2
-3
lines changed
tests/Lepo.i18n.UnitTests
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 31
31
- name : Run tests
32
32
run : dotnet test Lepo.i18n.sln --configuration Release --no-restore --no-build --verbosity quiet
33
33
34
- # - name: Publish the package to NuGet.org
35
- # run: nuget push **\*.nupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'
34
+ - name : Publish the package to NuGet.org
35
+ run : nuget push **\*.nupkg -NonInteractive -SkipDuplicate -Source 'https://api.nuget.org/v3/index.json'
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ public void FromResource_ShouldLoadResource()
52
52
53
53
ILocalizationProvider provider = builder . Build ( ) ;
54
54
55
- provider . SetCulture ( new CultureInfo ( "en-US" ) ) ;
56
55
LocalizationSet ? localizationSet = provider . GetLocalizationSet ( "en-US" ) ;
57
56
58
57
_ = localizationSet ! [ "Test" ] . Should ( ) . Be ( "Test in english" ) ;
You can’t perform that action at this time.
0 commit comments