Skip to content

Commit

Permalink
Revert declaration of partitionID back to using var.
Browse files Browse the repository at this point in the history
  • Loading branch information
richscott committed Nov 22, 2024
1 parent e51f48d commit 12bd0f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/database/repository/node_int_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type NodeTestSuite struct {
repo *PostgresRepository
}

partitionID := ulid.Make().String()
var partitionID = ulid.Make().String()

func (ns *NodeTestSuite) SetupSuite() {
ctx := context.Background()
Expand Down

0 comments on commit 12bd0f5

Please sign in to comment.