Create clean release database baseline
This commit is contained in:
@@ -12,7 +12,7 @@ import {
|
||||
} from "../src/frontend/utils/api.js";
|
||||
|
||||
describe("circuit structure command adapters", () => {
|
||||
it("builds a complete row snapshot without legacy identities", () => {
|
||||
it("builds a complete row snapshot", () => {
|
||||
const row = buildCircuitDeviceRowInsertSnapshot({
|
||||
id: "row-1",
|
||||
circuitId: "circuit-1",
|
||||
@@ -31,7 +31,6 @@ describe("circuit structure command adapters", () => {
|
||||
id: "row-1",
|
||||
circuitId: "circuit-1",
|
||||
linkedProjectDeviceId: "device-1",
|
||||
legacyConsumerId: null,
|
||||
sortOrder: 20,
|
||||
name: "Steckdose",
|
||||
displayName: "Steckdose Büro",
|
||||
|
||||
Reference in New Issue
Block a user