Skip to content

Commit 2eebba4

Browse files
committed
Fix test group names
1 parent 11a226b commit 2eebba4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/inputs-search-int-tests.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ let app;
1717
let inputId;
1818
let lastCount;
1919

20-
describe('Integration Tests - Inputs & Search', () => {
20+
describe('Integration Tests - Inputs', () => {
2121

2222
beforeAll(done => {
2323
app = new Clarifai.App({
@@ -395,7 +395,7 @@ describe('Integration Tests - Inputs & Search', () => {
395395
});
396396

397397

398-
describe('Search', () => {
398+
describe('Integration Tests - Inputs', () => {
399399
beforeAll(done => {
400400
app.inputs.create({
401401
url: sampleImages[0],

0 commit comments

Comments
 (0)