diff --git a/tests/Main.m b/tests/Main.m index db405bad..3f7a1d01 100644 --- a/tests/Main.m +++ b/tests/Main.m @@ -5,9 +5,10 @@ TestExternalFile & ... TestExternalS3 & ... TestFetch & ... + TestPopulate & ... TestProjection & ... TestRelationalOperand & ... TestSchema & ... TestTls & ... TestUuid -end \ No newline at end of file +end diff --git a/tests/TestPopulate.m b/tests/TestPopulate.m index af5354d5..57bc09b9 100644 --- a/tests/TestPopulate.m +++ b/tests/TestPopulate.m @@ -1,6 +1,6 @@ classdef TestPopulate < Prep methods(Test) - function testPopulate(testCase) + function TestPopulate_testPopulate(testCase) st = dbstack; disp(['---------------' st(1).name '---------------']); package = 'Lab';