Skip to content

Commit

Permalink
fix: update expected value for unit test on Attack of the Trolls (#2190)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvatore-piccione authored Oct 17, 2023
1 parent 5ff7cd6 commit 3845b31
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ public void Check_read_and_write_for_read()
[Task(4)]
public void Check_all_for_read_and_write()
{
Assert.True(Permissions.Check(Permission.Read | Permission.Write, Permission.Read | Permission.Write));
Assert.True(Permissions.Check(Permission.All, Permission.Read | Permission.Write));
}

[Fact]
Expand Down

0 comments on commit 3845b31

Please sign in to comment.