Skip to content

Commit

Permalink
Fix tests passing null
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau committed Jan 24, 2025
1 parent 390b471 commit 8866dc8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ public void AddDurableTaskClient_SameInstance2()
}

[Theory]
[InlineData(null)]
[InlineData("")]
[InlineData("MyBuilder")]
public void AddDurableTaskClient_SameInstance3(string name)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ public void AddDurableTaskWorker_SameInstance2()
}

[Theory]
[InlineData(null)]
[InlineData("")]
[InlineData("MyBuilder")]
public void AddDurableTaskWorker_SameInstance3(string name)
Expand Down

0 comments on commit 8866dc8

Please sign in to comment.