Skip to content

Commit

Permalink
fix deprecation test
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-oc committed Aug 28, 2024
1 parent cc6bcfb commit 27481ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ func TestDatabase_Update_Deprecated(t *testing.T) {
err = subject.Database.Update(context.TODO(), 42, 18, databases.UpdateDatabase{
DryRun: redis.Bool(false),
Name: redis.String("example"),
DatasetSizeInGB: redis.Float64(1),
MemoryLimitInGB: redis.Float64(1),
SupportOSSClusterAPI: redis.Bool(false),
RespVersion: redis.String("resp3"),
UseExternalEndpointForOSSClusterAPI: redis.Bool(false),
Expand Down

0 comments on commit 27481ac

Please sign in to comment.