From 830a9f13618f84f9c1c6cc9aa6d1d4722b03c2a5 Mon Sep 17 00:00:00 2001 From: Jordi Date: Thu, 22 Aug 2024 17:40:16 +0200 Subject: [PATCH] Add precompilation symbols --- .../CommitFileBlocksUploadRequestTests.cs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/FakeXrmEasy.Messages.Tests/FakeMessageExecutors/CommitFileBlocksUploadRequestTests/CommitFileBlocksUploadRequestTests.cs b/tests/FakeXrmEasy.Messages.Tests/FakeMessageExecutors/CommitFileBlocksUploadRequestTests/CommitFileBlocksUploadRequestTests.cs index 46b0f2d..a1d0730 100644 --- a/tests/FakeXrmEasy.Messages.Tests/FakeMessageExecutors/CommitFileBlocksUploadRequestTests/CommitFileBlocksUploadRequestTests.cs +++ b/tests/FakeXrmEasy.Messages.Tests/FakeMessageExecutors/CommitFileBlocksUploadRequestTests/CommitFileBlocksUploadRequestTests.cs @@ -1,3 +1,4 @@ +#if FAKE_XRM_EASY_9 using System; using FakeXrmEasy.Core.FileStorage.Db; using Microsoft.Crm.Sdk.Messages; @@ -68,4 +69,5 @@ public void Should_commit_file_block_upload() Assert.Equal(_uploadBlockRequest.BlockData, file.Content); } } -} \ No newline at end of file +} +#endif \ No newline at end of file