File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 11using Nickvision . Desktop . System ;
2- using System ;
32using System . Threading . Tasks ;
43
54namespace Nickvision . Desktop . Tests ;
@@ -20,7 +19,7 @@ public void Case001_Initialize()
2019 public async Task Case002_PreventSuspend ( )
2120 {
2221#if OS_LINUX
23- if ( Environment . GetEnvironmentVariable ( "CI" ) == "true" )
22+ if ( global :: System . global :: System . Environment . GetEnvironmentVariable ( "CI") == "true" )
2423 {
2524 Assert . Inconclusive ( "org.freedesktop.ScreenSaver service not available in CI environments" ) ;
2625 }
@@ -33,7 +32,7 @@ public async Task Case002_PreventSuspend()
3332 public async Task Case003_AllowSuspend ( )
3433 {
3534#if OS_LINUX
36- if ( Environment . GetEnvironmentVariable ( "CI" ) == "true" )
35+ if ( global :: System . Environment . GetEnvironmentVariable ( "CI" ) == "true" )
3736 {
3837 Assert . Inconclusive ( "org.freedesktop.ScreenSaver service not available in CI environments" ) ;
3938 }
You can’t perform that action at this time.
0 commit comments