Skip to content

Commit 3845b31

Browse files
fix: update expected value for unit test on Attack of the Trolls (#2190)
1 parent 5ff7cd6 commit 3845b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/concept/attack-of-the-trolls/AttackOfTheTrollsTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public void Check_read_and_write_for_read()
151151
[Task(4)]
152152
public void Check_all_for_read_and_write()
153153
{
154-
Assert.True(Permissions.Check(Permission.Read | Permission.Write, Permission.Read | Permission.Write));
154+
Assert.True(Permissions.Check(Permission.All, Permission.Read | Permission.Write));
155155
}
156156

157157
[Fact]

0 commit comments

Comments
 (0)