flakes/dotnet/HelloWorld.Test/TestProgram.fs
2023-06-30 23:58:35 +05:30

12 lines
233 B
Forth

namespace HelloWorld.Test
open HelloWorld
open NUnit.Framework
open FsUnitTyped
[<TestFixture>]
module TestSchema =
[<Test>]
let ``Interpolates correctly`` () =
Program.construct "Nix" |> shouldEqual "Hello, Nix!"