Skip to content

Commit

Permalink
minor test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
robselway committed May 16, 2020
1 parent 9cc33a7 commit e9ecab4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -319,14 +319,14 @@ func TestResourceAzureRMSqlVirtualNetworkRule_validNameValidation(t *testing.T)
Value: "this_is_a_rule_",
ErrCount: 0,
},
// Test multiple hyphens in a row
// Test multiple underscoress in a row
{
Value: "this____1s____a____ru1e",
ErrCount: 0,
},
// Test periods
{
Value: "this.is_..rule",
Value: "this.is.a.rule",
ErrCount: 0,
},
// Test multiple periods in a row
Expand Down

0 comments on commit e9ecab4

Please sign in to comment.