Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 660fb4f

Browse files
Remove redundant comment in test function
Signed-off-by: Alejandro García Montoro <alejandro.garciamontoro@gmail.com>
1 parent 3fee47c commit 660fb4f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

sql/analyzer/resolve_tables_test.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,6 @@ func TestResolveTablesNested(t *testing.T) {
9292
require.Equal(expected, analyzed)
9393
}
9494

95-
// Tests the resolution of views (ensuring it is case-insensitive), that should
96-
// result in the replacement of the UnresolvedTable with the SubqueryAlias that
97-
// represents the view
9895
func TestResolveViews(t *testing.T) {
9996
require := require.New(t)
10097

0 commit comments

Comments
 (0)