Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic committed Jun 4, 2024
1 parent e2254cc commit 6b2908c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/common/tests/loadresultstocache.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ describe("loadResultsToCache", () => {
{
boxId: "0",
inferenceId: "test",
classId: "0",
label: "a",
topX: 1,
topY: 1,
Expand All @@ -181,6 +182,7 @@ describe("loadResultsToCache", () => {
{
boxId: "1",
inferenceId: "test",
classId: "1",
label: "b",
topX: 2,
topY: 2,
Expand All @@ -190,6 +192,7 @@ describe("loadResultsToCache", () => {
{
boxId: "2",
inferenceId: "test",
classId: "2",
label: "c",
topX: 3,
topY: 3,
Expand Down Expand Up @@ -246,6 +249,7 @@ describe("loadResultsToCache", () => {
{
boxId: "0",
inferenceId: "test",
classId: "0",
label: "a",
topX: 1,
topY: 1,
Expand All @@ -255,6 +259,7 @@ describe("loadResultsToCache", () => {
{
boxId: "1",
inferenceId: "test",
classId: "1",
label: "b",
topX: 2,
topY: 2,
Expand All @@ -264,6 +269,7 @@ describe("loadResultsToCache", () => {
{
boxId: "2",
inferenceId: "test",
classId: "2",
label: "c",
topX: 3,
topY: 3,
Expand All @@ -286,6 +292,7 @@ describe("loadResultsToCache", () => {
{
boxId: "0",
inferenceId: "test",
classId: "0",
label: "a",
topX: 1,
topY: 1,
Expand All @@ -295,6 +302,7 @@ describe("loadResultsToCache", () => {
{
boxId: "1",
inferenceId: "test",
classId: "1",
label: "b",
topX: 2,
topY: 2,
Expand All @@ -304,6 +312,7 @@ describe("loadResultsToCache", () => {
{
boxId: "2",
inferenceId: "test",
classId: "2",
label: "c",
topX: 3,
topY: 3,
Expand Down

0 comments on commit 6b2908c

Please sign in to comment.