Skip to content

Commit

Permalink
create schema bug fix
Browse files Browse the repository at this point in the history
Signed-off-by: Alok Kumar Singh <[email protected]>
  • Loading branch information
akstron committed Nov 28, 2024
1 parent 601365d commit 4aeaad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cassandra/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ func (c *Configuration) newSessionPrerequisites() error {
return err
}

Check warning on line 204 in pkg/cassandra/config/config.go

View check run for this annotation

Codecov / codecov/patch

pkg/cassandra/config/config.go#L198-L204

Added lines #L198 - L204 were not covered by tests

return generateSchemaIfNotPresent(session, &cfg.Schema)
return generateSchemaIfNotPresent(session, &c.Schema)

Check warning on line 206 in pkg/cassandra/config/config.go

View check run for this annotation

Codecov / codecov/patch

pkg/cassandra/config/config.go#L206

Added line #L206 was not covered by tests
}

// NewSession creates a new Cassandra session
Expand Down

0 comments on commit 4aeaad7

Please sign in to comment.