Skip to content

Commit

Permalink
Fixed the tests for removing namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
koushikr committed Nov 19, 2024
1 parent a1119f2 commit 5d2ac41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ public String email() {
return "email";
}

@Override
public String namespace() {
return "namespace";
}
});
Assertions.assertNotNull(ContextUtils.getEmail(schemaContext));
Assertions.assertNotNull(ContextUtils.getUser(schemaContext));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,5 @@ public String email() {
return "[email protected]";
}

@Override
public String namespace() {
return "grookage";
}

}

0 comments on commit 5d2ac41

Please sign in to comment.