Skip to content

Commit 48beda7

Browse files
committed
find spec tests in new subdirectory
1 parent 95ba19d commit 48beda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/client_side_encryption/spec.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ describe('Client Side Encryption', function() {
2424
}
2525

2626
const testContext = new TestRunnerContext();
27-
const testSuites = gatherTestSuites(path.join(__dirname, '../../spec/client-side-encryption'));
27+
const testSuites = gatherTestSuites(path.join(__dirname, '../../spec/client-side-encryption/tests'));
2828
after(() => testContext.teardown());
2929
before(function() {
3030
return testContext.setup(this.configuration);

0 commit comments

Comments
 (0)