mirror of
https://github.com/SkinnyMind/libgit2dart.git
synced 2025-06-23 09:19:26 -04:00
refactor(config): simplify api methods names
This commit is contained in:
parent
9873d6ccc0
commit
da8494d3e2
5 changed files with 50 additions and 59 deletions
|
@ -143,7 +143,7 @@ void main() {
|
|||
|
||||
test('returns config for repository', () {
|
||||
final config = repo.config;
|
||||
expect(config.getValue('remote.origin.url'),
|
||||
expect(config['remote.origin.url'],
|
||||
'git://github.com/SkinnyMind/libgit2dart.git');
|
||||
|
||||
config.free();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue