Skip to content

Commit

Permalink
Merge branch 'master' into develop-master
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed May 18, 2023
2 parents 138f18b + 502b60f commit c528993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ public async Task GetRecentlyRequested()


[Test]
[Ignore("Flaky")]
public async Task GetRecentlyRequested_HideUsernames()
{
_mocker.Setup<ISettingsService<CustomizationSettings>, Task<CustomizationSettings>>(x => x.GetSettingsAsync())
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "4.39.0"
"version": "4.39.1"
}

0 comments on commit c528993

Please sign in to comment.