We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e99f2 commit d1013eeCopy full SHA for d1013ee
tests/Main.m
@@ -5,9 +5,10 @@
5
TestExternalFile & ...
6
TestExternalS3 & ...
7
TestFetch & ...
8
+ TestPopulate & ...
9
TestProjection & ...
10
TestRelationalOperand & ...
11
TestSchema & ...
12
TestTls & ...
13
TestUuid
-end
14
+end
tests/TestPopulate.m
@@ -1,6 +1,6 @@
1
classdef TestPopulate < Prep
2
methods(Test)
3
- function testPopulate(testCase)
+ function TestPopulate_testPopulate(testCase)
4
st = dbstack;
disp(['---------------' st(1).name '---------------']);
package = 'Lab';
0 commit comments