Skip to content

Commit

Permalink
Enable InvokeCommandV14WithResponseStreamAsync_ValidConfig_ShouldNotB…
Browse files Browse the repository at this point in the history
…eNullOrEmpty test
  • Loading branch information
fbouteruche committed Mar 14, 2024
1 parent 4ec29aa commit 7c58477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rockhead.Extensions.Tests/Cohere/CommandTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public async Task InvokeCommandV14WithResponseStreamAsync_ShouldNotBeNullOrEmpty
}
}

[Theory(Skip = "Need to stabilize the extension method and the test")]
[Theory()]
[Trait("Category", "Integration")]
[MemberData(nameof(Models))]
public async Task InvokeCommandV14WithResponseStreamAsync_ValidConfig_ShouldNotBeNullOrEmpty(Model.CommandText model)
Expand Down

0 comments on commit 7c58477

Please sign in to comment.