Skip to content

Commit

Permalink
pause not implemented test
Browse files Browse the repository at this point in the history
  • Loading branch information
alec1o committed May 17, 2024
1 parent ff1a6e3 commit 6691ff2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/by/By.WriteAndRead.cs
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ public void ByStruct()
{
}


public class MyClass
{
public int MyInt { get; set; }
Expand All @@ -364,7 +365,7 @@ public class MyClass2
}
}

[Fact]
[Fact(Skip = "TODO")]
public void ByClass()
{
MyClass myClass = new()
Expand Down

0 comments on commit 6691ff2

Please sign in to comment.