Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NipunaMadhushan committed Dec 1, 2023
1 parent a548699 commit 5c20a6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ballerina/toml;

const string DEPENDENCIES_TOML_FILE = "./../../../ballerina/Dependencies.toml";
const string DEPENDENCIES_TOML_FILE = "../../ballerina/Dependencies.toml";

type DependenciesTomlData record {|
ProjectDetails ballerina;
Expand Down

0 comments on commit 5c20a6a

Please sign in to comment.