We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 816ba2b commit 531c3b9Copy full SHA for 531c3b9
src/LightningDB.Tests/TestConventions.cs
@@ -36,5 +36,5 @@ public IEnumerable<Type> TestClasses(IEnumerable<Type> concreteClasses)
36
public IEnumerable<MethodInfo> TestMethods(IEnumerable<MethodInfo> publicMethods)
37
=> publicMethods
38
.Where(x => !x.IsStatic)
39
- .Where(x => !x.Name.EndsWith("OnlyOn64BitPlatform") || RuntimeInformation.OSArchitecture != Architecture.X86);
40
-}
+ .Where(x => !x.Name.EndsWith("only_on_64bit_platform") || RuntimeInformation.OSArchitecture != Architecture.X86);
+}
0 commit comments