Skip to content

Commit

Permalink
HOP-2930 Fix Unit Test
Browse files Browse the repository at this point in the history
  • Loading branch information
nadment committed Jun 2, 2021
1 parent 2da406a commit 38d1261
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -54,7 +54,7 @@ public void getGetPluginInformation() throws HopPluginException {
PluginRegistry.getInstance().reset();
RowBuffer result = PluginRegistry.getInstance().getPluginInformation( BasePluginType.class );
assertNotNull( result );
assertEquals( 9, result.getRowMeta().size() );
assertEquals( 10, result.getRowMeta().size() );

for ( IValueMeta vmi : result.getRowMeta().getValueMetaList() ) {
assertEquals( IValueMeta.TYPE_STRING, vmi.getType() );
Expand Down

0 comments on commit 38d1261

Please sign in to comment.