Skip to content

Commit d04bda2

Browse files
authored
dst: update random seed key (#882)
1 parent ef7d1fe commit d04bda2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dst/dst_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ import (
3939
)
4040

4141
const (
42-
randomSeedKey = "POLARSIGNALS_RANDOM_SEED"
42+
randomSeedKey = "GORANDSEED"
4343
numCommands = 512
4444
dbName = "test"
4545
tableName = "test"

0 commit comments

Comments
 (0)