Skip to content

Commit

Permalink
Fixed Test Issues
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelstaib committed Oct 8, 2024
1 parent c108f90 commit f99bf43
Show file tree
Hide file tree
Showing 4 changed files with 651 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,11 @@ public async Task Project_Key_To_Collection_Expression()
await dataLoader.LoadAsync(1);

// Assert
#if NET7_0
Snapshot.Create("NET7_0")
#else
Snapshot.Create()
#endif
.AddSql(queries)
.MatchMarkdownSnapshot();
}
Expand Down Expand Up @@ -835,7 +839,11 @@ public async Task Project_Key_To_Collection_Expression_Integration()
}
""");
// Assert
#if NET7_0
Snapshot.Create("NET7_0")
#else
Snapshot.Create()
#endif
.AddSql(queries)
.Add(result, "Result")
.MatchMarkdownSnapshot();
Expand Down
Loading

0 comments on commit f99bf43

Please sign in to comment.