Removed the comment

This commit is contained in:
Andrew Nester 2023-07-07 12:16:16 +02:00 committed by GitHub
parent 7467c47433
commit 3cce6852fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ func TestIncludeInvalid(t *testing.T) {
func TestIncludeWithGlob(t *testing.T) {
b := load(t, "./include_with_glob")
// Test that both jobs were loaded.
keys := maps.Keys(b.Config.Resources.Jobs)
sort.Strings(keys)
assert.Equal(t, []string{"my_job"}, keys)