Commit c468f823 authored by Lauren Adoram-Kershner's avatar Lauren Adoram-Kershner
Browse files

ggaaahhhh one word change

parent affe8965
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ def test_creation():
    ncg = NetworkCandidateGraph()


@pytest.mark.parametrize("image_data, expected_npoints", [({'id':1, 'serialnumber': 'BRUH'}, 1)])
@pytest.mark.parametrize("image_data, expected_npoints", [({'id':1, 'serial': 'BRUH'}, 1)])
def test_place_points_from_cnet(session, cnet, image_data, expected_npoints):
    model.Images.create(session, **image_data)
    ncg = NetworkCandidateGraph.from_database()