Skip to content

Commit

Permalink
removed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
DE7924 committed Oct 14, 2024
1 parent 5e3f4b5 commit ae63ac6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/src/zeta_provider_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ void main() {

// Verifying through the public interface of Zeta widget
final zeta = tester.widget<Zeta>(find.byType(Zeta));

//TODO: if you change newThemeData to initalThemeData it will still pass
// expect(zeta.themeData, initialThemeData);
expect(zeta.themeData, newThemeData);
verify(
mockThemeService.saveTheme(
Expand Down

0 comments on commit ae63ac6

Please sign in to comment.