Skip to content

Commit

Permalink
Update parser/parser_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hulk authored Oct 9, 2024
1 parent 482c88a commit d2ee1dd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions parser/parser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,6 @@ func TestParser_Format(t *testing.T) {
if !strings.HasSuffix(entry.Name(), ".sql") {
continue
}
if entry.Name() != "create_materialized_view_basic.sql" {
continue
}
t.Run(entry.Name(), func(t *testing.T) {
fileBytes, err := os.ReadFile(filepath.Join(dir, entry.Name()))
require.NoError(t, err)
Expand Down

0 comments on commit d2ee1dd

Please sign in to comment.