diff --git a/DeathSocket/GridPainter.fs b/DeathSocket/GridPainter.fs index b1df029..59a68b2 100644 --- a/DeathSocket/GridPainter.fs +++ b/DeathSocket/GridPainter.fs @@ -174,8 +174,6 @@ namespace DeathSocket (* SkiaSharp Functions ==================================================================== *) - // NOT TESTED - /// /// Uses the information included in spec to create a SKData buffer. /// The buffer will contain a gridded image which you can then use in diff --git a/TestCentre/LibraryTests.fs b/TestCentre/LibraryTests.fs index 6c44075..3b124dd 100644 --- a/TestCentre/LibraryTests.fs +++ b/TestCentre/LibraryTests.fs @@ -110,7 +110,6 @@ open DeathSocket.GridPainter open TestingHelpers open FsCheck.Xunit - open SkiaSharp (* With regards to the "saving images" tests, you should end up with one image left over in the SavingTestArea folder. Comment out the