Skip to content

Commit

Permalink
unskip test that is expected to run
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 26, 2023
1 parent a1ae40d commit 1b3fb45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ def custom_schema(self, project, set_env_vars):
with project.adapter.connection_named("__test"):
project.adapter.drop_schema(relation)

@pytest.mark.skip()
def test_get_last_relation_modified(self, project, set_env_vars, custom_schema):
project.run_sql(
f"create table {custom_schema}.test_table (id integer autoincrement, name varchar(100) not null);"
Expand Down

0 comments on commit 1b3fb45

Please sign in to comment.