Fix typo
This commit is contained in:
@@ -22,7 +22,7 @@ describe("serialize and deserialize", () => {
|
|||||||
let infoSuccessInterpreted: LocalQueryInfo;
|
let infoSuccessInterpreted: LocalQueryInfo;
|
||||||
let infoEarlyFailure: LocalQueryInfo;
|
let infoEarlyFailure: LocalQueryInfo;
|
||||||
let infoLateFailure: LocalQueryInfo;
|
let infoLateFailure: LocalQueryInfo;
|
||||||
let infoInprogress: LocalQueryInfo;
|
let infoInProgress: LocalQueryInfo;
|
||||||
|
|
||||||
let remoteQuery1: RemoteQueryHistoryItem;
|
let remoteQuery1: RemoteQueryHistoryItem;
|
||||||
let remoteQuery2: RemoteQueryHistoryItem;
|
let remoteQuery2: RemoteQueryHistoryItem;
|
||||||
@@ -68,7 +68,7 @@ describe("serialize and deserialize", () => {
|
|||||||
false,
|
false,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
infoInprogress = createMockFullQueryInfo("e");
|
infoInProgress = createMockFullQueryInfo("e");
|
||||||
|
|
||||||
remoteQuery1 = createMockRemoteQueryHistoryItem({});
|
remoteQuery1 = createMockRemoteQueryHistoryItem({});
|
||||||
remoteQuery2 = createMockRemoteQueryHistoryItem({});
|
remoteQuery2 = createMockRemoteQueryHistoryItem({});
|
||||||
@@ -81,7 +81,7 @@ describe("serialize and deserialize", () => {
|
|||||||
infoSuccessInterpreted,
|
infoSuccessInterpreted,
|
||||||
infoEarlyFailure,
|
infoEarlyFailure,
|
||||||
infoLateFailure,
|
infoLateFailure,
|
||||||
infoInprogress,
|
infoInProgress,
|
||||||
remoteQuery1,
|
remoteQuery1,
|
||||||
remoteQuery2,
|
remoteQuery2,
|
||||||
variantAnalysis1,
|
variantAnalysis1,
|
||||||
|
|||||||
Reference in New Issue
Block a user