Skip to content

Commit d1013ee

Browse files
author
Chris Turner
committed
adjust TestPopulate test method, link to suite
1 parent b5e99f2 commit d1013ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/Main.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
TestExternalFile & ...
66
TestExternalS3 & ...
77
TestFetch & ...
8+
TestPopulate & ...
89
TestProjection & ...
910
TestRelationalOperand & ...
1011
TestSchema & ...
1112
TestTls & ...
1213
TestUuid
13-
end
14+
end

tests/TestPopulate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
classdef TestPopulate < Prep
22
methods(Test)
3-
function testPopulate(testCase)
3+
function TestPopulate_testPopulate(testCase)
44
st = dbstack;
55
disp(['---------------' st(1).name '---------------']);
66
package = 'Lab';

0 commit comments

Comments
 (0)