Skip to content

Commit

Permalink
RBBrowserEnvironmentTest>>#testAndPackageEnvironmentAndClassEnvironment
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Apr 28, 2024
1 parent 4865da7 commit a5f413e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ RBBrowserEnvironmentTest >> testAndPackageEnvironmentAndClassEnvironment [
builder
superclass: Object;
name: #RBBrowserTemporaryClassForTest;
category: self class package name ].
package: self class package ].

"Check that the new class does not belong in the scope"
self deny: (andEnvironment classNames includes: newClass name) ]
Expand Down

0 comments on commit a5f413e

Please sign in to comment.