Skip to content

Commit fe00e82

Browse files
committed
Name fix
1 parent 9492636 commit fe00e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/languages/ruby/tests.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@
116116

117117
# Permission & Role helper tests
118118
puts Permission.read(Role.any())
119-
puts Permission.write(Role.user(id.custom('userid')))
119+
puts Permission.write(Role.user(ID.custom('userid')))
120120
puts Permission.create(Role.users())
121121
puts Permission.update(Role.guests())
122122
puts Permission.delete(Role.team('teamId', 'owner'))

0 commit comments

Comments
 (0)