Skip to content

Commit

Permalink
fix: exclude MadhabExtensions from exporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
iamriajul committed Apr 3, 2021
1 parent cde44f5 commit 313ed8e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/src/madhab_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,5 @@ void main() {
expect(hanafiMadhab1 == hanafiMadhab2, isTrue);
expect(hanafiMadhab1 == shafiMadhab1, isFalse);

Madhab madhab;
expect(() => madhab.getShadowLength(), throwsFormatException);
});
}

0 comments on commit 313ed8e

Please sign in to comment.