From 3f6e431b511d7284ad06cb8e4472eb47c471125a Mon Sep 17 00:00:00 2001 From: omaus Date: Mon, 13 Mar 2023 15:35:49 +0100 Subject: [PATCH] Format format --- tests/FsSpreadsheet.Tests/FsCell.fs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/FsSpreadsheet.Tests/FsCell.fs b/tests/FsSpreadsheet.Tests/FsCell.fs index 9e849a5e..0d86a463 100644 --- a/tests/FsSpreadsheet.Tests/FsCell.fs +++ b/tests/FsSpreadsheet.Tests/FsCell.fs @@ -75,6 +75,8 @@ let dataTypeTests = [] let fsCellTest = - testList "Constructors" [ + testList "FsCell" [ + testList "Constructors" [ + ] ] \ No newline at end of file