Skip to content

Commit

Permalink
Add usergroup enum to mappings in supadart_test.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvergara committed Dec 20, 2024
1 parent 8f917a1 commit e746217
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/test/supadart_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ void main() async {
final isSeperated = false;
final mappings = null;
final mapOfEnums = {
'mood': ["happy", "sad", "neutral", "excited", "angry"]
'mood': ["happy", "sad", "neutral", "excited", "angry"],
'usergroup': ["USERS", "ADMIN", "MODERATOR"]
};

if (url == null || anonKey == null) {
Expand Down

0 comments on commit e746217

Please sign in to comment.