Skip to content

Commit aae183a

Browse files
Fix collections-part2 tests
1 parent b889045 commit aae183a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-run-tests-from-branch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ jobs:
336336
337337
gradle --no-daemon :utbot-framework:test \
338338
--tests "org.utbot.examples.collections.MapEntrySetTest" \
339-
--tests "org.utbot.examples.collections.MapKeySetTest" \
339+
--tests "org.utbot.examples.collections.MapKeySetTest"
340340
341341
- name: Upload logs
342342
if: ${{ always() }}

0 commit comments

Comments
 (0)