Skip to content

Commit e7b26d2

Browse files
author
Aamod Pisat
committed
automation script added
1 parent 3cd73a8 commit e7b26d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/findone-result-wrapper.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -366,10 +366,10 @@ test('findOne: .tags()', function(assert) {
366366

367367
// search
368368
test('findOne: .search()', function(assert) {
369-
var Query = Stack.ContentType('home').Query();
369+
var Query = Stack.ContentType('source').Query();
370370

371371
Query
372-
.search('Welcome Back')
372+
.search('source1')
373373
.findOne()
374374
.then(function success(entry) {
375375
entry = entry.toJSON();

0 commit comments

Comments
 (0)