Skip to content

Commit

Permalink
Fix unit test (#5028)
Browse files Browse the repository at this point in the history
  • Loading branch information
shishirx34 authored and Scott Bommarito committed Dec 1, 2017
1 parent 6c14c28 commit 2589848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/NuGetGallery.Facts/Services/TelemetryServiceFacts.cs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ public static IEnumerable<object[]> TrackEventNames_Data
};

yield return new object[] { "CredentialAdded",
(TrackAction)(s => s.TrackNewUserRegistrationEvent(fakes.User, fakes.User.Credentials.First()))
(TrackAction)(s => s.TrackNewCredentialCreated(fakes.User, fakes.User.Credentials.First()))
};
}
}
Expand Down

0 comments on commit 2589848

Please sign in to comment.