Skip to content

Commit

Permalink
remove Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
neuecc committed May 28, 2019
1 parent 7e1f073 commit 43e31ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 48 deletions.
47 changes: 0 additions & 47 deletions src/LitJWT/Program.cs

This file was deleted.

2 changes: 1 addition & 1 deletion tests/LitJWT.Tests/RandomGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace LitJWT.Tests
{
public class RandomByteArrayGenerator : RandomFixtureKit.IGenerator
{
public Type Type => typeof(string);
public Type Type => typeof(byte[]);

public object Generate(in GenerationContext context)
{
Expand Down

0 comments on commit 43e31ec

Please sign in to comment.