Skip to content

Commit 91a9528

Browse files
authored
Merge pull request #9028 from tvpartytonight/maint_new-ticket-for-loaders-bug
(maint) reference new ticket for loaders failure
2 parents 3e44044 + 8dfd962 commit 91a9528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/unit/pops/loaders/loaders_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def expect_loader_hierarchy(loaders, expected_loaders)
246246
end
247247

248248
it 'loader allows loading a function more than once' do
249-
pending('See PUP-11751')
249+
pending('See PUP-11754')
250250
allow(File).to receive(:read).with(user_metadata_path, {:encoding => 'utf-8'}).and_return('')
251251
allow(File).to receive(:read).with(usee_metadata_path, {:encoding => 'utf-8'}).and_raise(Errno::ENOENT)
252252
allow(File).to receive(:read).with(usee2_metadata_path, {:encoding => 'utf-8'}).and_raise(Errno::ENOENT)

0 commit comments

Comments
 (0)