mirror of
https://github.com/nasa/openmct.git
synced 2025-05-09 12:03:21 +00:00
[Search] Worker test correction
Removed unused parameter. Made path to worker not relative.
This commit is contained in:
parent
d23f4de36a
commit
3f2a23c93b
@ -26,12 +26,12 @@
|
||||
*/
|
||||
define(
|
||||
[],
|
||||
function (GenericSearchWorker) {
|
||||
function () {
|
||||
"use strict";
|
||||
|
||||
describe("The generic search worker ", function () {
|
||||
// If this test fails, make sure this path is correct
|
||||
var worker = new Worker('platform/search/src/GenericSearchWorker.js'),
|
||||
var worker = new Worker(require.toUrl('platform/search/src/GenericSearchWorker.js')),
|
||||
numObjects = 5;
|
||||
|
||||
beforeEach(function () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user