Skip to content

Commit

Permalink
Black.
Browse files Browse the repository at this point in the history
  • Loading branch information
maximusunc committed Nov 30, 2023
1 parent af47d49 commit c027b84
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions tests/test_lookup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ async def test_symmetric_noncanonical(monkeypatch, mocker):
},
},
},
['infores:kp1'],
["infores:kp1"],
True,
)

Expand Down Expand Up @@ -401,7 +401,7 @@ async def test_protein_gene_conflation(monkeypatch, mocker):
},
},
},
['infores:kp2'],
["infores:kp2"],
True,
)

Expand Down Expand Up @@ -462,7 +462,7 @@ async def test_gene_protein_conflation(monkeypatch, mocker):
},
},
},
['infores:kp2'],
["infores:kp2"],
True,
)

Expand Down Expand Up @@ -526,6 +526,6 @@ async def test_node_set(monkeypatch, mocker):
},
},
},
['infores:kp1'],
["infores:kp1"],
True,
)
6 changes: 3 additions & 3 deletions tests/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ async def test_solve_missing_predicate(client, monkeypatch, mocker):
}
}
},
['infores:kp2'],
["infores:kp2"],
True,
)

Expand Down Expand Up @@ -255,7 +255,7 @@ async def test_solve_missing_category(client, monkeypatch, mocker):
}
}
},
['infores:kp1'],
["infores:kp1"],
True,
)

Expand Down Expand Up @@ -321,7 +321,7 @@ async def test_normalizer_different_category(client, monkeypatch, mocker):
}
}
},
['infores:kp3'],
["infores:kp3"],
True,
)

Expand Down

0 comments on commit c027b84

Please sign in to comment.