Skip to content

Commit

Permalink
avoid the random issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cool-develope committed Sep 20, 2023
1 parent c5b622a commit e472c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migrate_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ func TestLazySet(t *testing.T) {
}

func TestLegacyReferenceNode(t *testing.T) {
legacyVersion := 10
legacyVersion := 20
dbDir := fmt.Sprintf("./legacy-%s-%d", dbType, legacyVersion)
relateDir, err := createLegacyTree(t, dbType, dbDir, legacyVersion)
require.NoError(t, err)
Expand Down

0 comments on commit e472c68

Please sign in to comment.