update test

This commit is contained in:
julian 2025-01-14 16:50:22 -06:00 committed by julian-CStack
parent a01dce1c72
commit 1a094d3745

View file

@ -270,7 +270,11 @@ void main() {
final service = NodeService(secureStorageInterface: fakeStore);
final currentLength = service.nodes.length;
final editedNode = nodeA.copyWith(name: "Some new kind of name");
final editedNode = nodeA.copyWith(
name: "Some new kind of name",
loginName: null,
trusted: null,
);
await service.edit(editedNode, "123456", true);