Skip to content

Commit b58d82e

Browse files
committed
Fix typo
1 parent a2df1ea commit b58d82e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

extensions/ql-vscode/test/vscode-tests/no-workspace/query-serialization.test.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ describe("serialize and deserialize", () => {
2222
let infoSuccessInterpreted: LocalQueryInfo;
2323
let infoEarlyFailure: LocalQueryInfo;
2424
let infoLateFailure: LocalQueryInfo;
25-
let infoInprogress: LocalQueryInfo;
25+
let infoInProgress: LocalQueryInfo;
2626

2727
let remoteQuery1: RemoteQueryHistoryItem;
2828
let remoteQuery2: RemoteQueryHistoryItem;
@@ -68,7 +68,7 @@ describe("serialize and deserialize", () => {
6868
false,
6969
),
7070
);
71-
infoInprogress = createMockFullQueryInfo("e");
71+
infoInProgress = createMockFullQueryInfo("e");
7272

7373
remoteQuery1 = createMockRemoteQueryHistoryItem({});
7474
remoteQuery2 = createMockRemoteQueryHistoryItem({});
@@ -81,7 +81,7 @@ describe("serialize and deserialize", () => {
8181
infoSuccessInterpreted,
8282
infoEarlyFailure,
8383
infoLateFailure,
84-
infoInprogress,
84+
infoInProgress,
8585
remoteQuery1,
8686
remoteQuery2,
8787
variantAnalysis1,

0 commit comments

Comments
 (0)