13 lines
235 B
C#
13 lines
235 B
C#
using skyscraper5.Mpeg2;
|
|
|
|
namespace skyscraper8.Tests;
|
|
|
|
public class UselessCodeCoverageTests
|
|
{
|
|
[Fact]
|
|
void PsiSectionTest()
|
|
{
|
|
PsiSection section = new PsiSection();
|
|
section.Append(new byte[] { 3 });
|
|
}
|
|
} |