Commit 82ff85e
committed
Remove NotSupportedException assertion in Accept test
The test for the `Accept` method no longer asserts that a
`NotSupportedException` is thrown. The `Assert.Throws` call
was replaced with a direct invocation of the `Accept` method,
indicating that the method is no longer expected to throw
this exception in the given context.1 parent afa5f8e commit 82ff85e
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
921 | 921 | | |
922 | 922 | | |
923 | 923 | | |
924 | | - | |
| 924 | + | |
925 | 925 | | |
926 | 926 | | |
927 | 927 | | |
| |||
0 commit comments