Skip to content

Commit

Permalink
Limit the new tests to v9 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jordimontana82 committed Mar 23, 2024
1 parent 89ae113 commit 4d0da5f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if FAKE_XRM_EASY_9
using System;
using DataverseEntities;
using FakeXrmEasy.Abstractions;
Expand Down Expand Up @@ -106,4 +107,5 @@ public void Should_return_invalid_cast_exception_a_non_empty_string_array_is_use
Assert.Throws<InvalidCastException>(() => _service.RetrieveMultiple(query));
}
}
}
}
#endif

0 comments on commit 4d0da5f

Please sign in to comment.