diff --git a/tests/Imageflow.Test/TestJobContext.cs b/tests/Imageflow.Test/TestJobContext.cs index 439c0e5..a7756d1 100644 --- a/tests/Imageflow.Test/TestJobContext.cs +++ b/tests/Imageflow.Test/TestJobContext.cs @@ -74,8 +74,11 @@ public void TestGetVersionInfo() Assert.NotNull(info.LongVersionString); Assert.NotNull(info.GitDescribeAlways); var unused = info.BuildDate; + Assert.NotEqual(default, info.BuildDate); var unused2 = info.GitTag; + Assert.NotNull(info.GitTag); var unused3 = info.DirtyWorkingTree; + } } diff --git a/tests/Imageflow.Test/TestJson.cs b/tests/Imageflow.Test/TestJson.cs index 20376fd..8d3a5ca 100644 --- a/tests/Imageflow.Test/TestJson.cs +++ b/tests/Imageflow.Test/TestJson.cs @@ -53,4 +53,6 @@ public void TestAllJob() } + + } \ No newline at end of file