Skip to content

Commit

Permalink
Remove completed field from the test
Browse files Browse the repository at this point in the history
  • Loading branch information
plisovin committed Sep 12, 2023
1 parent 2de62f6 commit 0d6bf13
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ public void JsonAttributes()

type.GetProperty("Data").Should()
.BeDecoratedWith<JsonPropertyAttribute>(a => a.PropertyName == "data");
type.GetProperty("Completed").Should()
.BeDecoratedWith<JsonPropertyAttribute>(a => a.PropertyName == "completed");
}
}
}

0 comments on commit 0d6bf13

Please sign in to comment.