Skip to content

Commit 0c02444

Browse files
fixup
1 parent 382a180 commit 0c02444

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

smoketests/tests/views.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -440,12 +440,6 @@ class SubscribeViews(Smoketest):
440440
}
441441
"""
442442

443-
def assertSql(self, sql, expected):
444-
self.maxDiff = None
445-
sql_out = self.spacetime("sql", self.database_identity, sql)
446-
sql_out = "\n".join([line.rstrip() for line in sql_out.splitlines()])
447-
expected = "\n".join([line.rstrip() for line in expected.splitlines()])
448-
449443
def _test_subscribing_with_different_identities(self):
450444
"""Tests different clients subscribing to a client-specific view"""
451445

0 commit comments

Comments
 (0)