diff --git a/src/Danom/Danom.csproj b/src/Danom/Danom.csproj index 9fc3ed9..c57f52b 100644 --- a/src/Danom/Danom.csproj +++ b/src/Danom/Danom.csproj @@ -21,7 +21,7 @@ Danom - fsharp;functional;database;sql;ado;adonet + monads;error-handling;option-type;option;result;railway-oriented-programming;result-type https://github.com/pimbrouwers/Danom Apache-2.0 README.md diff --git a/test/Danom.Tests/UnitTests.cs b/test/Danom.Tests/Unit/UnitTests.cs similarity index 100% rename from test/Danom.Tests/UnitTests.cs rename to test/Danom.Tests/Unit/UnitTests.cs