Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorverhoek <hendrik@natural-transformations.com>2018-06-11 10:19:48 +0300
committerverhoek <hendrik@natural-transformations.com>2018-06-11 11:19:03 +0300
commita850ed8f2605c6b6698a07fec779762973f5c1fc (patch)
tree49791a0a5e776baf48db29b191859fb99edc0557 /Duplicati/UnitTest/WebApiTests.cs
parent441d893a495c1d894f715e5f915a5e95b4e28a12 (diff)
Removed inheritance in favor of separation of googledrive / cloud storage api.
Diffstat (limited to 'Duplicati/UnitTest/WebApiTests.cs')
-rw-r--r--Duplicati/UnitTest/WebApiTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/UnitTest/WebApiTests.cs b/Duplicati/UnitTest/WebApiTests.cs
index 0c8784827..ecd163a0f 100644
--- a/Duplicati/UnitTest/WebApiTests.cs
+++ b/Duplicati/UnitTest/WebApiTests.cs
@@ -20,7 +20,7 @@ using Duplicati.Library.Backend.WebApi;
namespace Duplicati.UnitTest
{
- public class WebApiUrlTests
+ public static class WebApiUrlTests
{
[Test]
[Category("WebApi")]