Skip to content

Commit

Permalink
fix conditional test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanedey committed Feb 23, 2024
1 parent c56262b commit 490a7cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseAdmin/FirebaseAdmin.Tests/Messaging/MessageTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ public void AndroidConfig()
"color", new JObject()
{
{ "red", 0.6666667 },
#if NETCOREAPP3_1
#if NET462_OR_GREATER
{ "green", 0.733333349 },
#else
{ "green", 0.73333335 },
Expand Down

0 comments on commit 490a7cf

Please sign in to comment.