Эх сурвалжийг харах

Merge pull request #268 from rod-hynes/master

Fix automated test
Rod Hynes 9 жил өмнө
parent
commit
1980aeda10

+ 1 - 1
psiphon/common/net_test.go

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