Fix tests

This commit is contained in:
Cyber MacGeddon 2026-04-21 13:31:04 +01:00
parent 3986ef1bc3
commit c89e5dd1d8
4 changed files with 18 additions and 19 deletions

View file

@ -29,10 +29,9 @@ class Triple:
self.o = o
class Metadata:
def __init__(self, id, user, collection, root=""):
def __init__(self, id, collection, root=""):
self.id = id
self.root = root
self.user = user
self.collection = collection
class Triples: