Skip to content

Commit c800d8a

Browse files
ihanwen99ImmanuelHaffner
authored andcommitted
[UTest] Add tag [core][catalog][schema] for TEST_CASE("Table empty access")
- Add this tag to make it run as part of CI
1 parent 303656e commit c800d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittest/catalog/SchemaTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ TEST_CASE("Table c'tor", "[core][catalog][schema]")
3030
CHECK(r.num_attrs() == 0);
3131
}
3232

33-
TEST_CASE("Table empty access")
33+
TEST_CASE("Table empty access", "[core][catalog][schema]")
3434
{
3535
Table r("mytable");
3636

0 commit comments

Comments
 (0)