Skip to content

Commit f2e1088

Browse files
committed
tidy up
1 parent dd24366 commit f2e1088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Plugin/SharedTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ function test_shared_plugin_with_args()
111111
]
112112
]);
113113

114-
$this->assertEquals('bar', $app->plugin('foobar', [['foo' => 'bar']])['foo']);
115-
$this->assertEquals('bar', $app->plugin('foobar', [['foo' => 'baz']])['foo']);
114+
$this->assertEquals('baz', $app->plugin('foobar', [['foo' => 'baz']])['foo']);
115+
$this->assertEquals('baz', $app->plugin('foobar', [['foo' => 'bat']])['foo']);
116116
}
117117
}

0 commit comments

Comments
 (0)