Explorar o código

Fix: test case compile error

Rod Hynes %!s(int64=5) %!d(string=hai) anos
pai
achega
f6a114644e
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      psiphon/remoteServerList_test.go

+ 2 - 0
psiphon/remoteServerList_test.go

@@ -165,6 +165,7 @@ func testObfuscatedRemoteServerLists(t *testing.T, omitMD5Sums bool) {
 	omitEmptyOSLsSchemes := []int{}
 
 	paveFiles, err := oslConfig.Pave(
+		time.Time{},
 		epoch,
 		propagationChannelID,
 		signingPublicKey,
@@ -182,6 +183,7 @@ func testObfuscatedRemoteServerLists(t *testing.T, omitMD5Sums bool) {
 	omitEmptyOSLsSchemes = []int{0}
 
 	paveFiles, err = oslConfig.Pave(
+		time.Time{},
 		epoch,
 		propagationChannelID,
 		signingPublicKey,