Skip to content

Commit adaf508

Browse files
committed
Fix test
1 parent fa7341e commit adaf508

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

test/rbs/collection/config_test.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -281,9 +281,9 @@ def test_generate_lock_from_collection_with_manifest_yaml
281281
source:
282282
type: stdlib
283283
- name: mutex_m
284-
version: "0"
284+
version: "0.3.0"
285285
source:
286-
type: stdlib
286+
type: rubygems
287287
- name: singleton
288288
version: "0"
289289
source:
@@ -788,9 +788,9 @@ def test_generate_lockfile__dependency_source
788788
source:
789789
type: stdlib
790790
- name: mutex_m
791-
version: "0"
791+
version: "0.3.0"
792792
source:
793-
type: stdlib
793+
type: rubygems
794794
- name: securerandom
795795
version: "0"
796796
source:

0 commit comments

Comments
 (0)