Ver código fonte

Fix: test case compile error

Rod Hynes 5 anos atrás
pai
commit
f6a114644e
1 arquivos alterados com 2 adições e 0 exclusões
  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,