Skip to content

Commit

Permalink
t Update starting point
Browse files Browse the repository at this point in the history
Co-Authored-By: Jay Bazuzi <[email protected]>
Co-Authored-By: jmasonlee <[email protected]>
Co-Authored-By: Tony Trung Thanh Vo <[email protected]>
Co-Authored-By: Llewellyn Falco <[email protected]>
  • Loading branch information
5 people committed Jun 12, 2021
1 parent 32c02b9 commit b51c24c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Refactoring.Pipelines.Test/PipelineTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,16 @@ public void LambdaWithProcessFunction_ShouldThrow()
Approvals.VerifyException(exception);
}


//[TestMethod]
//TODO: START HERE
public void AlternativeUIRendering()
{

}



private string LongToString(long value) { return value.ToString(); }

private long IncrementLong(long value) { return value + 1; }
Expand Down
1 change: 1 addition & 0 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# End of last session

# Next
- Go look at test with TODO. Copy in a scenario that is closer to the points below
- label edges, including edge to nothing
- return values from Function rendered differently
-
Expand Down

0 comments on commit b51c24c

Please sign in to comment.