Skip to content

Commit

Permalink
Update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
hazzik committed May 5, 2024
1 parent fe19752 commit 8c43d3e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,11 @@
using DelegateDecompiler.EntityFramework.Tests.Helpers;
using NUnit.Framework;
using DelegateDecompiler.EntityFramework.Tests.EfItems;
#if EF_CORE
using Microsoft.EntityFrameworkCore;
#else
using System.Data.Entity;
using System.Collections.Generic;
#endif

namespace DelegateDecompiler.EntityFramework.Tests.TestGroup05BasicFeatures
{
Expand Down

0 comments on commit 8c43d3e

Please sign in to comment.