diff options
| author | cui fliter <imcusg@gmail.com> | 2022-06-04 18:16:27 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-04 12:16:27 +0200 |
| commit | 8131ef51ef2507238e9e9a32bc1cbec19dd3a600 (patch) | |
| tree | 1640cd3ff57e0462b754fa8132e65d926e889caf /test/orm/test_evaluator.py | |
| parent | 7f20d506937a92019d2c44fd7804ed0f17d6a482 (diff) | |
| download | sqlalchemy-8131ef51ef2507238e9e9a32bc1cbec19dd3a600.tar.gz | |
fix some typos (#8093)
Signed-off-by: cuishuang <imcusg@gmail.com>
Diffstat (limited to 'test/orm/test_evaluator.py')
| -rw-r--r-- | test/orm/test_evaluator.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/orm/test_evaluator.py b/test/orm/test_evaluator.py index 33692505c..104e47ae8 100644 --- a/test/orm/test_evaluator.py +++ b/test/orm/test_evaluator.py @@ -245,7 +245,7 @@ class EvaluateTest(fixtures.MappedTest): ], ) - def test_mulitple_expressions(self): + def test_multiple_expressions(self): User = self.classes.User evaluator = compiler.process(User.id > 5, User.name == "ed") |
