Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
nenoNaninu committed Feb 13, 2024
1 parent 6f39a66 commit 10fea5f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions tests/Tapper.Tests.Analyzer/AnalyzerTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,20 +57,6 @@ unsafe class NotNamedType
await VerifyAsync(code, "TAPP002", 6, 32, 6, 43);
}

[Fact]
public async Task Test_TAPP003()
{
var code = @"using Tapper;
[TranspilationSource]
class Generics<T>
{
public T Value { get; set; }
}";

await VerifyAsync(code, "TAPP003", 4, 7, 4, 15);
}

[Fact]
public async Task Test_TAPP004()
{
Expand Down

0 comments on commit 10fea5f

Please sign in to comment.