Skip to content

Commit 3db9964

Browse files
committed
chore: ignore obsolete warnings in tests
1 parent a7bcfa9 commit 3db9964

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

tests/FSharp.SystemTextJson.Tests/Test.Record.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module Tests.Record
22

3+
#nowarn 44 // ignore obsolete on IgnoreNullValues
4+
35
open Xunit
46
open System.Text.Json.Serialization
57
open System.Text.Json

tests/FSharp.SystemTextJson.Tests/Test.Regression.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module Tests.Regression
22

3+
#nowarn 44 // ignore obsolete on IgnoreNullValues
4+
35
open Xunit
46
open System.Text.Json.Serialization
57
open System.Text.Json

tests/FSharp.SystemTextJson.Tests/Test.Union.fs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module Tests.Union
22

3+
#nowarn 44 // ignore obsolete on IgnoreNullValues
4+
35
open System.Collections.Generic
46
open Xunit
57
open System.Text.Json.Serialization

0 commit comments

Comments
 (0)