Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
previous commit was not fully up-to-date, sorry
  • Loading branch information
nisha-bhatia authored and nisha-bhatia committed Sep 6, 2020
commit edaf70fada48469ab4081c1fe6e6128e627aebf6
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ namespace Azure.ResourceManager.CosmosDB.Tests
public class CassandraResourcesOperationsTests : CosmosDBManagementClientBase
{
protected string resourceGroupName;
protected string databaseAccountName = "db" + new Random().Next(10000);
protected string databaseAccountName = "db12345";
protected string keyspaceName = "keyspaceName2510";
protected string keyspaceName2 = "keyspaceName22510";
protected string tableName = "tableName2510";
Expand Down
Loading