Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
FloVanGH committed Sep 18, 2024
1 parent 0302bd6 commit 359eb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/node/__test__/js_value_conversion.spec.mts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ test("MapModel", (t) => {
instance!.setProperty("model", mapModel);

nameModel.setRowData(0, { first: "Simon", last: "Hausmann" });
nameModel.setRowData(1, { first: "Olivier", last: "Goffart"});
nameModel.setRowData(1, { first: "Olivier", last: "Goffart" });

const checkModel = instance!.getProperty("model") as Model<string>;
t.is(checkModel.rowData(0), "Hausmann, Simon");
Expand Down

0 comments on commit 359eb16

Please sign in to comment.