From abfad6a5c098409e82a8eb45d7a3619294097be6 Mon Sep 17 00:00:00 2001 From: Sal Date: Wed, 30 Aug 2023 05:32:25 -0400 Subject: [PATCH] fix the test for realz this time --- src/ParquetViewer.Tests/SanityTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ParquetViewer.Tests/SanityTests.cs b/src/ParquetViewer.Tests/SanityTests.cs index 1630934..519fb53 100644 --- a/src/ParquetViewer.Tests/SanityTests.cs +++ b/src/ParquetViewer.Tests/SanityTests.cs @@ -187,7 +187,7 @@ public async Task AMPLITUDE_EVENT_TEST() }; var isSelfContainedExecutable = false; -#if Release_SelfContained +#if RELEASE_SELFCONTAINED isSelfContainedExecutable = true; #endif