diff options
author | BonfaceKilz | 2021-03-02 11:09:46 +0300 |
---|---|---|
committer | BonfaceKilz | 2021-03-08 21:09:58 +0300 |
commit | e5ed256a0599eeb53e2067c3d6b928783bc4c27e (patch) | |
tree | 8cbecd04183b41653f0c0405db437eb5048a2eb4 /tests/integration/test_gemma.py | |
parent | 1bceba1b421c9f57095e1fa3cb6e872cec9ae4bb (diff) | |
download | genenetwork3-e5ed256a0599eeb53e2067c3d6b928783bc4c27e.tar.gz |
Update failing tests.
Diffstat (limited to 'tests/integration/test_gemma.py')
-rw-r--r-- | tests/integration/test_gemma.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/test_gemma.py b/tests/integration/test_gemma.py index 1f59530..deabcc4 100644 --- a/tests/integration/test_gemma.py +++ b/tests/integration/test_gemma.py @@ -5,6 +5,7 @@ import unittest from dataclasses import dataclass from typing import Callable from unittest import mock + from gn3.app import create_app |