Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DeagleGross committed Jul 5, 2024
1 parent c5a4fee commit 44e37d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/Dapper.AOT.Test.Integration/DbStringTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ INSERT INTO dbStringTestsTable(id, name)

var sourceCode = PrepareSourceCodeFromFile("DbString");
var executionResults = BuildAndExecuteInterceptedUserCode<InterceptionExecutables.IncludedTypes.Poco>(sourceCode, methodName: "Execute");

var list = Trace.Listeners;
Trace.Write("qwe");

Assert.NotNull(executionResults);
// TODO check that stack trace contains call to `Dapper.Aot.Generated.DbStringHelpers`. probably can be done like here https://stackoverflow.com/a/33939304
Expand Down

0 comments on commit 44e37d0

Please sign in to comment.