This commit is contained in:
Maxim Bublis 2013-07-17 15:03:51 +04:00
parent 1034b5a0be
commit 56bfdc9ea4
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ func TestNewV1(t *testing.T) {
oldFunc := uuid.GetEpochFunc()
uuid.SetEpochFunc(func() uint64 { return 0})
uuid.SetEpochFunc(func() uint64 { return 0 })
u3, _ := uuid.NewV1()
u4, _ := uuid.NewV1()