Skip to content

Commit

Permalink
revert unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gaurav274 committed Sep 11, 2023
1 parent 8773302 commit c968029
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/third_party_tests/test_native_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def _raise_error_on_invalid_connection(self):
def test_should_run_query_in_postgres(self):
# Create database.
params = {
"user": "gkakkar7",
"user": "eva",
"password": "password",
"host": "localhost",
"port": "5432",
Expand All @@ -169,7 +169,7 @@ def test_should_run_query_in_postgres(self):
self._raise_error_on_multiple_creation()
self._raise_error_on_invalid_connection()

def test_aaashould_run_query_in_sqlite(self):
def test_should_run_query_in_sqlite(self):
# Create database.
params = {
"database": "evadb.db",
Expand Down

0 comments on commit c968029

Please sign in to comment.