Skip to content

Commit

Permalink
Remove debugging comment
Browse files Browse the repository at this point in the history
  • Loading branch information
soksamnanglim committed Oct 12, 2023
1 parent 72a2410 commit 0f6442e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/functional/adapter/grants/test_incremental_grants.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ def models(self):
}

def test_incremental_grants(self, project, get_test_users, get_test_groups, get_test_roles):
# for debugging
print("incremental test")

# we want the test to fail, not silently skip
test_users = get_test_users
test_groups = get_test_groups
Expand Down Expand Up @@ -171,3 +168,7 @@ def test_incremental_grants(self, project, get_test_users, get_test_groups, get_
}
}
self.assert_expected_grants_match_actual(project, "my_incremental_model", expected)


class TestIncrementalGrantsRedshift(BaseIncrementalGrantsRedshift):
pass

0 comments on commit 0f6442e

Please sign in to comment.