Skip to content

Commit 32c6c15

Browse files
cquirosjngallegos
andauthored
Update src/ServiceControl.Config.Tests/Validation/EditAuditInstanceValidationTests.cs
Co-authored-by: Nick Gallegos <[email protected]>
1 parent c886435 commit 32c6c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceControl.Config.Tests/Validation/EditAuditInstanceValidationTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public void Audit_hostname_can_not_be_null_when_editing_audit_instance()
130130
[TestCase("256.0.0.0")]
131131
[TestCase("::1")]
132132
[TestCase("2001:0db8:85a3:0000:0000:8a2e:0370:7334")]
133-
public void Audi_hostname_can_be_an_ip_address_when_editing_an_audit_instance(string ipAddress)
133+
public void Audit_hostname_can_be_an_ip_address_when_editing_an_audit_instance(string ipAddress)
134134
{
135135
var viewModel = new ServiceControlAuditEditViewModel
136136
{

0 commit comments

Comments
 (0)