Skip to content

Commit

Permalink
[ksqlDB.RestApi.Client]: fixed ambiguous namespace in integration tes…
Browse files Browse the repository at this point in the history
…ts project
  • Loading branch information
tomasfabian committed Jun 20, 2024
1 parent 8caecca commit 79f6577
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public void ExecuteStatementAsync_Cancelled_ThrowsTaskCanceledException()
KSqlDbStatement ksqlDbStatement = new(CreateTableStatement());
var cts = new CancellationTokenSource();

Assert.ThrowsAsync<TaskCanceledException>(() =>
NUnit.Framework.Assert.ThrowsAsync<TaskCanceledException>(() =>
{
//Act
var httpResponseMessageTask = restApiClient.ExecuteStatementAsync(ksqlDbStatement, cts.Token);
Expand Down

0 comments on commit 79f6577

Please sign in to comment.