Skip to content

Commit 8025b77

Browse files
committed
Rename ParseException -> ParsingException
1 parent 183eca9 commit 8025b77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

NBitcoin.Tests/MiniscriptTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void DSLParserTests()
6565
);
6666

6767
// Bigger than max possible blocknumber of OP_CSV
68-
Assert.Throws<ParseException>(() => MiniscriptDSLParser.DSLParser.Parse($"time(65536)"));
68+
Assert.Throws<ParsingException>(() => MiniscriptDSLParser.DSLParser.Parse($"time(65536)"));
6969
}
7070

7171
[Fact]

0 commit comments

Comments
 (0)