Skip to content

Commit

Permalink
fixing the category deprecation related test
Browse files Browse the repository at this point in the history
  • Loading branch information
pavel-krivanek committed Apr 28, 2024
1 parent a5f413e commit 4a3390b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ RBBrowserEnvironmentTest >> testAndAnOrEnvironmentAndAnotherOrEnvironment [
builder
superclass: Object;
name: #RBBrowserTemporaryClassForTest;
category: self class package name ].
package: self class package ].
"Check that the new class belongs in the or environment with a package"
self assert: orEnvironmentWithPackage classNames asSet equals: {
self class name.
Expand Down

0 comments on commit 4a3390b

Please sign in to comment.