@@ -71,6 +71,7 @@ public async Task Query_DoesNotThrow()
71
71
[ Test ]
72
72
[ TestCase ( "763208a1-934e-466a-bdbd-318fa4d2e1c6" ) ]
73
73
[ TestCase ( "04725707-da3f-407c-b43c-5f2b8bceb50a" ) ]
74
+ [ TestCase ( "3bd3945a-3578-4726-aad2-89b2c014a2ad" ) ]
74
75
public async Task GetWarzoneMatchDetails_DoesNotThrow ( string guid )
75
76
{
76
77
var query = new GetWarzoneMatchDetails ( )
@@ -85,6 +86,7 @@ public async Task GetWarzoneMatchDetails_DoesNotThrow(string guid)
85
86
[ Test ]
86
87
[ TestCase ( "763208a1-934e-466a-bdbd-318fa4d2e1c6" ) ]
87
88
[ TestCase ( "04725707-da3f-407c-b43c-5f2b8bceb50a" ) ]
89
+ [ TestCase ( "3bd3945a-3578-4726-aad2-89b2c014a2ad" ) ]
88
90
public async Task GetWarzoneMatchDetails_SchemaIsValid ( string guid )
89
91
{
90
92
var weaponsSchema = JSchema . Parse ( File . ReadAllText ( Config . WarzoneMatchJsonSchemaPath ) , new JSchemaReaderSettings
@@ -105,6 +107,7 @@ public async Task GetWarzoneMatchDetails_SchemaIsValid(string guid)
105
107
[ Test ]
106
108
[ TestCase ( "763208a1-934e-466a-bdbd-318fa4d2e1c6" ) ]
107
109
[ TestCase ( "04725707-da3f-407c-b43c-5f2b8bceb50a" ) ]
110
+ [ TestCase ( "3bd3945a-3578-4726-aad2-89b2c014a2ad" ) ]
108
111
public async Task GetWarzoneMatchDetails_ModelMatchesSchema ( string guid )
109
112
{
110
113
var schema = JSchema . Parse ( File . ReadAllText ( Config . WarzoneMatchJsonSchemaPath ) , new JSchemaReaderSettings
@@ -128,6 +131,7 @@ public async Task GetWarzoneMatchDetails_ModelMatchesSchema(string guid)
128
131
[ Test ]
129
132
[ TestCase ( "763208a1-934e-466a-bdbd-318fa4d2e1c6" ) ]
130
133
[ TestCase ( "04725707-da3f-407c-b43c-5f2b8bceb50a" ) ]
134
+ [ TestCase ( "3bd3945a-3578-4726-aad2-89b2c014a2ad" ) ]
131
135
public async Task GetWarzoneMatchDetails_IsSerializable ( string guid )
132
136
{
133
137
var query = new GetWarzoneMatchDetails ( )
0 commit comments