| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2772b57 commit 3de1a81
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -33,9 +33,9 @@ def test_sql_flush(self): | |||
| 33 | 33 | ||
| 34 | 34 | self.assertEqual( | |
| 35 | 35 | self.db_operations.sql_flush( | |
| 36 | - style=no_style(), tables=["Table1, Table2"] | ||
| 36 | + style=no_style(), tables=["Table1", "Table2"] | ||
| 37 | 37 | ), | |
| 38 | - ["DELETE FROM `Table1, Table2`"], | ||
| 38 | + ["DELETE FROM Table1", "DELETE FROM Table2"], | ||
| 39 | 39 | ) | |
| 40 | 40 | ||
| 41 | 41 | def test_sql_flush_empty_table_list(self): | |
| Back | FazBrowse Home | New Git URL |
0 commit comments