Fixed test text (#25)

This commit is contained in:
Waldir Leoncio 2023-08-11 08:17:56 +02:00
parent bd932e2b6d
commit a51816d5c0

View file

@ -31,7 +31,7 @@ test_that("handleData works as expected", {
expect_equal(data_obs, data_exp) expect_equal(data_obs, data_exp)
}) })
context("Opening files on greedyMix") context("Processing files through greedyMix")
df_fasta <- greedyMix( df_fasta <- greedyMix(
data = file.path(path_inst, "FASTA_clustering_haploid.fasta"), data = file.path(path_inst, "FASTA_clustering_haploid.fasta"),