Skip to content

Commit 797c5fb

Browse files
committed
Update PowerServiceTests.cs
1 parent fec9292 commit 797c5fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Nickvision.Desktop.Tests/PowerServiceTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public void Case001_Initialize()
1919
public async Task Case002_PreventSuspend()
2020
{
2121
#if OS_LINUX
22-
if (global::System.global::System.Environment.GetEnvironmentVariable("CI") == "true")
22+
if (global::System.Environment.GetEnvironmentVariable("CI") == "true")
2323
{
2424
Assert.Inconclusive("org.freedesktop.ScreenSaver service not available in CI environments");
2525
}

0 commit comments

Comments
 (0)