mirror of
https://github.com/Jackett/Jackett.git
synced 2025-10-03 08:57:46 +02:00
Convert functions and properties to expression bodies when able (#7312)
Convert functions and properties to expression bodies when able
This commit is contained in:
@@ -67,10 +67,7 @@ namespace Jackett.IntegrationTests
|
||||
}
|
||||
|
||||
[ClassCleanup]
|
||||
public static void StopBrowser()
|
||||
{
|
||||
_webDriver?.Quit();
|
||||
}
|
||||
public static void StopBrowser() => _webDriver?.Quit();
|
||||
|
||||
[TestInitialize]
|
||||
public void LoadDashboard()
|
||||
|
Reference in New Issue
Block a user