Skip to content

Commit

Permalink
Last two unittest fixed
Browse files Browse the repository at this point in the history
Input had wrong format
  • Loading branch information
Matthias Cavigelli committed Mar 16, 2021
1 parent dc03fb5 commit 6f40e72
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ namespace FileHelpers.Examples.EventsAndNotification.INotifyRead
{
//-> Name: INotifyRead Interface
//-> Description: Get Before/After Read events with the INotifyRead interface

[Ignore("Unclear at the moment")]
public class NotifyReadSample
: ExampleBase
{
Expand Down
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ namespace FileHelpers.Examples.EventsAndNotification.ReadEvents
{
//-> Name: Before/After Read Event Handling
//-> Description:Show how to implement read events
[Ignore("Unclear at the moment")]
public class ReadBeforeEventSample
: ExampleBase
{
Expand Down

0 comments on commit 6f40e72

Please sign in to comment.