Skip to content

Commit

Permalink
how does react even test?
Browse files Browse the repository at this point in the history
  • Loading branch information
robertMileaNi committed Aug 19, 2024
1 parent dc78544 commit 1df0d5f
Showing 1 changed file with 0 additions and 127 deletions.
127 changes: 0 additions & 127 deletions src/datasources/asset/__snapshots__/AssetDataSource.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -55,133 +55,6 @@ exports[`queries run calibration forecast query 1`] = `
]
`;

exports[`queries run calibration-forecast query 1`] = `
[
{
"fields": [
{
"name": "id",
"values": [
"7f6d0d74-bc75-4d78-9edd-00c253b3a0de",
"71fbef61-fae6-4364-82d4-29feb79c7146",
"cf1ac843-06a2-4713-ab43-f9d1d8dfdc32",
"456e8812-1da4-4818-afab-f0cd34f74567",
],
},
{
"name": "name",
"values": [
"NI-sbRIO-9629-01FE20D1",
"Conn0_AI",
"Conn0_AO",
"Conn0_DIO0-3",
],
},
{
"name": "model name",
"values": [
"sbRIO-9629",
"AI 0-15",
"AO 0-3",
"DIO 0-3",
],
},
{
"name": "serial number",
"values": [
"01FE20D1",
"01FE20D1",
"01FE20D1",
"01FE20D1",
],
},
{
"name": "bus type",
"values": [
"BUILT_IN_SYSTEM",
"CRIO",
"CRIO",
"CRIO",
],
},
{
"name": "asset type",
"values": [
"SYSTEM",
"GENERIC",
"GENERIC",
"GENERIC",
],
},
{
"name": "is NI asset",
"values": [
true,
true,
true,
true,
],
},
{
"name": "calibration status",
"values": [
"OK",
"OK",
"OK",
"OK",
],
},
{
"name": "is system controller",
"values": [
true,
false,
false,
false,
],
},
{
"name": "last updated timestamp",
"values": [
"2024-02-21T12:54:20.069Z",
"2024-02-21T12:54:20.072Z",
"2024-02-21T12:54:20.076Z",
"2024-02-21T12:54:20.078Z",
],
},
{
"name": "minionId",
"values": [
"NI_sbRIO-9629--SN-01FE20D1--MAC-00-80-2F-33-30-18",
"NI_sbRIO-9629--SN-01FE20D1--MAC-00-80-2F-33-30-18",
"NI_sbRIO-9629--SN-01FE20D1--MAC-00-80-2F-33-30-18",
"NI_sbRIO-9629--SN-01FE20D1--MAC-00-80-2F-33-30-18",
],
},
{
"name": "parent name",
"values": [
"",
"sbRIO1",
"sbRIO1",
"sbRIO1",
],
},
{
"name": "workspace",
"values": [
"e73fcd94-649b-4d0a-b164-bf647a5d0946",
"e73fcd94-649b-4d0a-b164-bf647a5d0946",
"e73fcd94-649b-4d0a-b164-bf647a5d0946",
"e73fcd94-649b-4d0a-b164-bf647a5d0946",
],
},
],
"refId": "A",
},
]
`;

exports[`queries run metadata query 1`] = `
[
{
Expand Down

0 comments on commit 1df0d5f

Please sign in to comment.