Skip to content

Commit

Permalink
Updating tests
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Jun 10, 2021
1 parent aabe0df commit a4ba778
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .idea/.idea.CSharpier/.idea/indexLayout.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public class ClassName
Property1 = true
};

public SomeGenericObject<SomeRandomObject> WithGenericLongEnoughToBreak = new SomeGenericObject<
SomeRandomObject
>("someRandomValue");
public SomeGenericObject<SomeRandomObject> WithGenericLongEnoughToBreak =
new SomeGenericObject<SomeRandomObject>("someRandomValue");
}
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ public class ClassName

Parallel.For(0, OuterLoopCount, () => schedulers, _parallelAction, (s) => { });

// will be addressed by #234
var reusedCommand = new Command(
"reused"
)
var reusedCommand = new Command("reused")
{
Handler = CommandHandler.Create(
() =>
Expand Down

0 comments on commit a4ba778

Please sign in to comment.