Skip to content

Commit

Permalink
Fix typo in the Assert re. missing API key
Browse files Browse the repository at this point in the history
  • Loading branch information
craigeddy authored and rok-povsic committed Oct 19, 2018
1 parent c2c9718 commit e9ec7f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Clarifai.IntegrationTests/BaseIntTests.cs
Expand Up @@ -37,7 +37,7 @@ public void SetUp()
if (string.IsNullOrWhiteSpace(
Environment.GetEnvironmentVariable("CLARIFAI_API_KEY")))
{
Assert.Inconclusive("The CLARIFAI_API_KEY environment variable must be set in order to rum the integration tests.");
Assert.Inconclusive("The CLARIFAI_API_KEY environment variable must be set in order to run the integration tests.");
}
}

Expand Down Expand Up @@ -66,4 +66,4 @@ protected byte[] ReadResource(string fileName)
return bytes;
}
}
}
}

0 comments on commit e9ec7f9

Please sign in to comment.