Skip to content

Commit

Permalink
Better
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan-artie committed Mar 1, 2024
1 parent 77e5ab4 commit 0041db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration_tests/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

func TempTableName() string {
return fmt.Sprintf("artie_reader_%d", 10_000+rand.Int32N(5_000))
return fmt.Sprintf("artie_reader_%d", 10_000+rand.Int32N(10_000))
}

func GetPayload(message lib.RawMessage) util.SchemaEventPayload {
Expand Down

0 comments on commit 0041db6

Please sign in to comment.