diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-03-18 14:57:41 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2017-03-18 14:57:41 -0400 |
| commit | 9e06ab17b9d3083cd45540f714234d1d5826da32 (patch) | |
| tree | 33cc1967577921be95b0b18b09130b224076eb75 /test | |
| parent | a40467152cbbc7e65d629dafbcc04ad1c85d3025 (diff) | |
| parent | 3771af0af45c2a7ea79a055b953c32f23c53e256 (diff) | |
| download | sqlalchemy-9e06ab17b9d3083cd45540f714234d1d5826da32.tar.gz | |
Merge branch 'master' of https://bitbucket.org/jalessio/sqlalchemy
Diffstat (limited to 'test')
| -rw-r--r-- | test/sql/test_insert_exec.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sql/test_insert_exec.py b/test/sql/test_insert_exec.py index c49947425..6015f4e74 100644 --- a/test/sql/test_insert_exec.py +++ b/test/sql/test_insert_exec.py @@ -328,7 +328,7 @@ class TableInsertTest(fixtures.TablesTest): data) @testing.requires.sequences - def test_expicit_sequence(self): + def test_explicit_sequence(self): t = self._fixture() self._test( t.insert().values( |
