Skip to content

Commit

Permalink
trying to remove the last tests attributes even more
Browse files Browse the repository at this point in the history
  • Loading branch information
mbruin-NR committed Jan 31, 2025
1 parent 62df92d commit 9797270
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ - (void)setUp {
manager = [self samTest];
}

- (void) tearDown {
[super tearDown];
[manager removeAllSessionAttributes];
}

- (NRMASAM*) samTest {
return [[NRMASAM alloc] initWithAttributeValidator:[[BlockAttributeValidator alloc] initWithNameValidator:^BOOL(NSString *name) {
if ([name length] == 0) {
Expand Down

0 comments on commit 9797270

Please sign in to comment.