Skip to content

Commit

Permalink
fixup! Update namespace struct to including batching parameters.
Browse files Browse the repository at this point in the history
  • Loading branch information
graham-russell committed Dec 10, 2024
1 parent 799b805 commit e4a355e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namespaces_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func TestNamespaces(t *testing.T) {
TlsOnly: true,
ExposeTimeserial: true,
BatchingEnabled: true,
BatchingPolicy: "some-policy",
BatchingPolicy: "simple",
BatchingInterval: BatchingInterval(100),
}

Expand Down

0 comments on commit e4a355e

Please sign in to comment.