Skip to content

Commit

Permalink
Merge pull request #19040 from unoplatform/dev/doti/samplesapp-rt-typo
Browse files Browse the repository at this point in the history
chore: Fix SamplesApp runtime test typo
  • Loading branch information
morning4coffe-dev authored Dec 10, 2024
2 parents 76a986f + 1a9e409 commit 1f34a6b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
</Grid.RowDefinitions>
<StackPanel Orientation="Vertical">
<Button Command="{x:Bind ViewModel.PickFolderCommand}">Pick folder</Button>
<Button Command="{x:Bind ViewModel.RunStorageFolderTestsCommand}">Run Storage Folder tets</Button>
<Button Command="{x:Bind ViewModel.RunStorageFileTestsCommand}">Run Storage File tets</Button>
<Button Command="{x:Bind ViewModel.RunFileIOTestsCommand}">Run FileIO tets</Button>
<Button Command="{x:Bind ViewModel.RunStorageFolderTestsCommand}">Run Storage Folder tests</Button>
<Button Command="{x:Bind ViewModel.RunStorageFileTestsCommand}">Run Storage File tests</Button>
<Button Command="{x:Bind ViewModel.RunFileIOTestsCommand}">Run FileIO tests</Button>
</StackPanel>
<tests:UnitTestsControl x:Name="UnitTestsControl" Grid.Row="1" />
</Grid>
Expand Down

0 comments on commit 1f34a6b

Please sign in to comment.