Skip to content

Commit

Permalink
Update internal/database/repository/node_int_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Sudipto Baral <[email protected]>
  • Loading branch information
richscott and sudiptob2 authored Nov 22, 2024
1 parent c6f0b84 commit e51f48d
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
}

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

Check failure on line 25 in internal/database/repository/node_int_test.go

View workflow job for this annotation

GitHub Actions / Go Integration Tests

expected declaration, found partitionID

Check failure on line 25 in internal/database/repository/node_int_test.go

View workflow job for this annotation

GitHub Actions / Go Integration Tests

expected declaration, found partitionID

Check failure on line 25 in internal/database/repository/node_int_test.go

View workflow job for this annotation

GitHub Actions / Go Unit Tests

expected declaration, found partitionID

Check failure on line 25 in internal/database/repository/node_int_test.go

View workflow job for this annotation

GitHub Actions / Go Unit Tests

expected declaration, found partitionID

Check failure on line 25 in internal/database/repository/node_int_test.go

View workflow job for this annotation

GitHub Actions / Go Lint

syntax error: non-declaration statement outside function body (typecheck)

Check failure on line 25 in internal/database/repository/node_int_test.go

View workflow job for this annotation

GitHub Actions / Go Lint

expected declaration, found partitionID (typecheck)

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

0 comments on commit e51f48d

Please sign in to comment.