Skip to content

Commit f342714

Browse files
committed
fix: modpack compatibility tests failing
1 parent c19759b commit f342714

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

tests/modpack_compatibility_test.go

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,14 @@ func TestModpackCompatibility(t *testing.T) {
122122

123123
queryRequest := authRequest(`query ($modpackID: ModpackID!) {
124124
getModCompatibilities(modpackID: $modpackID) {
125+
compatibility {
126+
EA {
127+
state
128+
}
129+
EXP {
130+
state
131+
}
132+
}
125133
worstEA {
126134
id
127135
name
@@ -214,6 +222,14 @@ func TestModpackCompatibility(t *testing.T) {
214222

215223
queryRequest := authRequest(`query ($modpackID: ModpackID!) {
216224
getModCompatibilities(modpackID: $modpackID) {
225+
compatibility {
226+
EA {
227+
state
228+
}
229+
EXP {
230+
state
231+
}
232+
}
217233
worstEA {
218234
id
219235
name

0 commit comments

Comments
 (0)