Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
ubbabeck committed Sep 12, 2023
1 parent 63c3af1 commit 2784c6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/config_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,14 @@ void main() {

sdk.Config _defaultConf() => const sdk.Config(
maxfeePercent: 7.8,
exemptfeeMsat: 2,
breezserver: "a breez server",
mempoolspaceUrl: "a mempool space url",
workingDir: "a working dir",
network: sdk.Network.Bitcoin,
paymentTimeoutSec: 123,
defaultLspId: "a default lsp id",
apiKey: "an api key",
exemptfeeMsat: 2,
nodeConfig: sdk.NodeConfig_Greenlight(
config: sdk.GreenlightNodeConfig(
partnerCredentials: null,
Expand Down
2 changes: 1 addition & 1 deletion test/mock/breez_bridge_mock.dart
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ class BreezSDKMock extends Mock implements BreezSDK {

Config config = const Config(
breezserver: '',
exemptfeeMsat: 0,
mempoolspaceUrl: '',
network: Network.Bitcoin,
paymentTimeoutSec: 10,
workingDir: '.',
maxfeePercent: 0.5,
exemptfeeMsat: 2,
nodeConfig: NodeConfig_Greenlight(config: GreenlightNodeConfig()),
);

Expand Down

0 comments on commit 2784c6b

Please sign in to comment.