From 78a0749f48dc8efca0ee802b0036105f0e1fdbc3 Mon Sep 17 00:00:00 2001 From: bicijinlian Date: Wed, 18 Jul 2018 21:55:08 +0800 Subject: [PATCH] =?UTF-8?q?git-flow=20=E8=A1=A5=E4=B8=81=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ValueTupleStudyTest/ValueTupleStudyTest.cs | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ValueTupleStudyTest/ValueTupleStudyTest.cs b/ValueTupleStudyTest/ValueTupleStudyTest.cs index 7cd3f9a..7d76d18 100644 --- a/ValueTupleStudyTest/ValueTupleStudyTest.cs +++ b/ValueTupleStudyTest/ValueTupleStudyTest.cs @@ -304,5 +304,14 @@ namespace ValueTupleStudyTest var result2 = valueTupleStudy.ValueTupleAsParameterForMether(para2); Assert.False(result2); } + + /// + /// Git-Flow 补丁测试 + /// + [Fact] + public void Hotfix_Test() + { + Assert.True(1 == 1); + } } }