Skip to content

Commit

Permalink
Update docs/core/testing/unit-testing-platform-architecture-extension…
Browse files Browse the repository at this point in the history
…s.md

Co-authored-by: David Pine <david.pine@microsoft.com>
  • Loading branch information
gewarren and IEvangelist authored Oct 16, 2024
1 parent 78eb3f7 commit 4197c41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public interface IExtension
string Uid { get; }
string Version { get; }
string DisplayName { get; }
string Description { get;
string Description { get; }
Task<bool> IsEnabledAsync();
}
```
Expand Down

0 comments on commit 4197c41

Please sign in to comment.