Skip to content

Instantly share code, notes, and snippets.

@derikwhittaker
Created March 12, 2014 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save derikwhittaker/9512285 to your computer and use it in GitHub Desktop.
Save derikwhittaker/9512285 to your computer and use it in GitHub Desktop.
[TestMethod]
public async Task Can_Create_Contact_Info_Email_Section_Correctly()
{
var json = await FileLoaders.DirectorySearchJson();
var searchResponse = JsonConvert.DeserializeObject<DirectorySearchResponse>(json);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment