spelling: inertness

This commit is contained in:
Josh Soref 2018-03-13 08:05:14 +00:00
parent 3a31baae4f
commit 1e99dce12b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import (
// Behavior is the most important thing to assert for ServicePrincipalToken, but
// that cannot be done in a unit test because it involves network access. Instead,
// I assert the expected intertness of this class.
// I assert the expected inertness of this class.
func TestNewAuthenticate(t *testing.T) {
testSubject := NewAuthenticate(azure.PublicCloud, "clientID", "clientString", "tenantID")
spn, err := testSubject.getServicePrincipalToken()