Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jan 16, 2025
1 parent 22fcbca commit 105ff5f
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,6 @@ void main() {
runWithOverrides(() => validator.canRunInCurrentContext()),
isTrue,
);
expect(
runWithOverrides(() => validator.incorrectContextMessage),
isNull,
);
});
});

Expand Down

0 comments on commit 105ff5f

Please sign in to comment.