Skip to content

Commit

Permalink
Missed one test
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwengier committed Oct 28, 2024
1 parent 39dccd9 commit efd0d38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ await _projectManager.UpdateAsync(updater =>
updater.ProjectAdded(hostProject);
});

var projectWorkspaceState = ProjectWorkspaceState.Default;
var projectWorkspaceState = ProjectWorkspaceState.Create([new TagHelperDescriptorBuilder(TagHelperConventions.DefaultKind, "TagHelper", "TagHelperAssembly").Build()]);

// Act
await _projectInfoListener.UpdatedAsync(new RazorProjectInfo(
Expand Down

0 comments on commit efd0d38

Please sign in to comment.