Skip to content

Commit 98ae63c

Browse files
UpdateMultipleRequest only applies to v9
1 parent 564f6a9 commit 98ae63c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/FakeXrmEasy.Core.Tests/Middleware/Crud/FakeMessageExecutors/UpdateMultipleRequestTests/UpdateMultipleRequestTests.cs

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#if FAKE_XRM_EASY_9
12
using System;
23
using System.Collections.Generic;
34
using System.Reflection;
@@ -347,7 +348,7 @@ public void Should_update_two_records_in_update_multiple()
347348

348349
Assert.Equal("Record 1", updatedRecord1["dv_string"]);
349350
Assert.Equal("Record 2", updatedRecord2["dv_string"]);
350-
351351
}
352352
}
353-
}
353+
}
354+
#endif

0 commit comments

Comments
 (0)