Ver Fonte

Merge pull request #268 from rod-hynes/master

Fix automated test
Rod Hynes há 9 anos atrás
pai
commit
1980aeda10
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      psiphon/common/net_test.go

+ 1 - 1
psiphon/common/net_test.go

@@ -111,7 +111,7 @@ func TestActivityMonitoredConn(t *testing.T) {
 		t.Fatalf("NewActivityMonitoredConn failed")
 		t.Fatalf("NewActivityMonitoredConn failed")
 	}
 	}
 
 
-	realStartTime := time.Now()
+	realStartTime := time.Now().UTC()
 
 
 	monotonicStartTime := monotime.Now()
 	monotonicStartTime := monotime.Now()