Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit adb8a73

Browse files
Adding stub of a unit test
1 parent 10b09a2 commit adb8a73

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/UnitTests/GitHub.VisualStudio/Services/MetricsTests.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -423,6 +423,13 @@ static IUsageService CreateUsageService(
423423

424424
public class UsageServiceTests : TestBaseClass
425425
{
426+
[Test]
427+
public async Task GetUserGuidWorks()
428+
{
429+
var usageService = new UsageService(Substitute.For<IGitHubServiceProvider>());
430+
var guid = await usageService.GetUserGuid();
431+
}
432+
426433
[Test]
427434
public void IsSameDayWorks()
428435
{

0 commit comments

Comments
 (0)